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 6cb2f7b commit 533dbe0Copy full SHA for 533dbe0
README.md
@@ -12,6 +12,8 @@ serialization and deserialization to and from strings. It can also preserve
12
existing comment in unserialization/serialization steps, making it a convenient
13
format to store user input files.
14
15
+## A note on backward-compatibility
16
+Very soon, we are switching to C++11 only. For older compilers, try the `pre-C++11` branch.
17
18
Using JsonCpp in your project
19
-----------------------------
0 commit comments