rapidjson
rapidjson copied to clipboard
Error:/rapidjson/document.h:2334:15: error: expected unqualified-id before ‘bool’
I used rapidjson in linux, and this error happened while I do cmake, what is wrong?
/rapidjson/document.h:2334:15: error: expected unqualified-id before ‘bool’ bool Bool(bool b) { new (stack_.template Push<ValueType>()) ValueType(b); return true; }
Can you assign this to me?
Same problem form me But not sure whats wrong
irreproducible at my env. please append more detail about your error, like platform, distro, compiler version.
For me the error got Solved by omitting X11 capabilitis. Which meant Removing the X11 Header files.