From e2feac85c58785640a2760f137a44c08ef953931 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Thu, 12 Feb 2026 12:26:31 -0500 Subject: Use size_t for rapidjson::SizeType --- rapidjsonwrapper.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rapidjsonwrapper.h') diff --git a/rapidjsonwrapper.h b/rapidjsonwrapper.h index 1739f5c9..0947c28c 100644 --- a/rapidjsonwrapper.h +++ b/rapidjsonwrapper.h @@ -27,6 +27,8 @@ struct GenericException : public ExceptionWithStackTrace } while (0); #define RAPIDJSON_PARSE_ERROR_NORETURN(parseErrorCode, offset) \ throw ParseException(parseErrorCode, #parseErrorCode, offset) +#define RAPIDJSON_NO_SIZETYPEDEFINE +namespace rapidjson { typedef ::std::size_t SizeType; } #include "rapidjson/error/error.h" struct ParseException : public ExceptionWithStackTrace, public rapidjson::ParseResult -- cgit v1.3.1