We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e342c85 commit e2feac8Copy full SHA for e2feac8
rapidjsonwrapper.h
@@ -27,6 +27,8 @@ struct GenericException : public ExceptionWithStackTrace
27
} while (0);
28
#define RAPIDJSON_PARSE_ERROR_NORETURN(parseErrorCode, offset) \
29
throw ParseException(parseErrorCode, #parseErrorCode, offset)
30
+#define RAPIDJSON_NO_SIZETYPEDEFINE
31
+namespace rapidjson { typedef ::std::size_t SizeType; }
32
33
#include "rapidjson/error/error.h"
34
struct ParseException : public ExceptionWithStackTrace, public rapidjson::ParseResult
0 commit comments