We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bdd40 commit 486b038Copy full SHA for 486b038
GLTFSDK/Inc/GLTFSDK/RapidJsonUtils.h
@@ -17,6 +17,9 @@ 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
24
// RapidJSON uses constant if expressions to support multiple platforms
25
#pragma warning(push)
0 commit comments