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 97d5840 commit 5986568Copy full SHA for 5986568
include/json/thing.h
@@ -1,6 +1,12 @@
1
+/* This will be the new Json::Value in JsonCpp-2.0.0
2
+ *
3
+ * When we are ready, we will rename this to Value,
4
+ * Value to ValImpl, and this will wrap the ValImpl.
5
+ * Then we will move the Exceptions, Iterators, and Paths here too.
6
+ * For now, we are working on the API we *want*.
7
+ */
8
#include <string>
9
#include <vector>
-#include <exception>
10
11
// Disable warning C4251: <data member>: <type> needs to have dll-interface to
12
// be used by...
0 commit comments