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 64aa203 commit 8f0fc65Copy full SHA for 8f0fc65
include/velocypack/Options.h
@@ -157,7 +157,7 @@ struct Options {
157
158
// max recursion level for object/array nesting. checked by Parser and
159
// Validator.
160
- uint32_t nestingLimit = std::numeric_limits<uint32_t>::max();
+ uint32_t nestingLimit = (std::numeric_limits<uint32_t>::max)();
161
162
// default options with the above settings
163
static Options Defaults;
0 commit comments