Closed GoogleCodeExporter closed 8 years ago
The same error :(
Maybe some project options are needed.
Original comment by dirondin
on 4 Sep 2013 at 2:42
I worked around this in the following manner.
#pragma push_macro("new")
#undef new
#include "rapidjson\document.h"
#include "rapidjson\writer.h"
#pragma pop_macro("new")
The issue was the system I was building in had a "new" macro
Original comment by doug.rei...@gmail.com
on 10 Jan 2014 at 4:36
Cannot reproduce this.
Do the unit tests and examples (e.g. tutorial) work?
Please checkout the latest copy at https://github.com/miloyip/rapidjson
If problem persist, please create an issue at github. Thank you.
Original comment by milo...@gmail.com
on 30 Jun 2014 at 4:51
Original issue reported on code.google.com by
schuetz....@gmail.com
on 14 Aug 2013 at 4:56