We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7b07c commit d19059fCopy full SHA for d19059f
include/rapidjson/document.h
@@ -1067,9 +1067,9 @@ class GenericValue {
1067
typedef GenericArray<true, ValueType> ConstArray;
1068
typedef GenericObject<false, ValueType> Object;
1069
typedef GenericObject<true, ValueType> ConstObject;
1070
- typedef units::GenericUnits<Encoding> UnitsType;
1071
1072
#ifdef RAPIDJSON_YGGDRASIL
+ typedef units::GenericUnits<Encoding> UnitsType;
1073
typedef GenericDocument<Encoding, Allocator, Allocator> SchemaValueType;
1074
// typedef GenericDocument<Encoding, Allocator, RAPIDJSON_DEFAULT_STACK_ALLOCATOR> SchemaValueType;
1075
#define YGG_SCHEMA_INIT , schema_(0) // NULL)
0 commit comments