Closed
Description
i used cereal in my project. When I tried to use rapid json, i got bunch of error. Finally I found the issue is because cereal also used rapidjson and its version(0.11) is much older than the rapidjson i am using(1.0.2). There is a namespace clash. Anybody knows how to solve this conflict?