We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ecd2a5 commit 5021e79Copy full SHA for 5021e79
src/lib_json/json_reader.cpp
@@ -45,12 +45,12 @@
45
#pragma warning(disable : 4996)
46
#endif
47
48
-// Define JSONCPP_STACK_LIMIT as an appropriate integer at compile time to change the stack limit
49
-#if !defined(JSONCPP_STACK_LIMIT)
50
-#define JSONCPP_STACK_LIMIT 1000
+// Define JSONCPP_DEPRECATED_STACK_LIMIT as an appropriate integer at compile time to change the stack limit
+#if !defined(JSONCPP_DEPRECATED_STACK_LIMIT)
+#define JSONCPP_DEPRECATED_STACK_LIMIT 1000
51
52
53
-static size_t const stackLimit_g = JSONCPP_STACK_LIMIT; // see readValue()
+static size_t const stackLimit_g = JSONCPP_DEPRECATED_STACK_LIMIT; // see readValue()
54
55
namespace Json {
56
0 commit comments