We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6193909 commit feefb41Copy full SHA for feefb41
GLTFSDK/Inc/GLTFSDK/RapidJsonUtils.h
@@ -17,6 +17,8 @@ Please do not include their headers and this header in the same cpp file.
17
#define RAPIDJSON_NAMESPACE_BEGIN namespace Microsoft { namespace glTF { namespace rapidjson {
18
#define RAPIDJSON_NAMESPACE_END }}}
19
20
+// Adding iterative parse flag to prevent stack overflow issue
21
+#define RAPIDJSON_PARSE_DEFAULT_FLAGS RAPIDJSON_NAMESPACE::ParseFlag::kParseIterativeFlag
22
23
// RapidJSON uses constant if expressions to support multiple platforms
24
#pragma warning(push)
0 commit comments