Skip to content

Commit 5986568

Browse files
committed
note
1 parent 97d5840 commit 5986568

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

include/json/thing.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
*/
18
#include <string>
29
#include <vector>
3-
#include <exception>
410

511
// Disable warning C4251: <data member>: <type> needs to have dll-interface to
612
// be used by...

0 commit comments

Comments
 (0)