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.
2 parents f2f19b0 + ff6b449 commit 21e133cCopy full SHA for 21e133c
include/json/value.h
@@ -190,6 +190,9 @@ class JSON_API Value {
190
typedef Json::LargestUInt LargestUInt;
191
typedef Json::ArrayIndex ArrayIndex;
192
193
+ // Required for boost integration, e. g. BOOST_TEST
194
+ typedef std::string value_type;
195
+
196
static const Value& null; ///< We regret this reference to a global instance; prefer the simpler Value().
197
static const Value& nullRef; ///< just a kludge for binary-compatibility; same as null
198
static Value const& nullSingleton(); ///< Prefer this to null or nullRef.
0 commit comments