Skip to content

Commit 533dbe0

Browse files
committed
Update README.md
Note on C++11
1 parent 6cb2f7b commit 533dbe0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ serialization and deserialization to and from strings. It can also preserve
1212
existing comment in unserialization/serialization steps, making it a convenient
1313
format to store user input files.
1414

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.
1517

1618
Using JsonCpp in your project
1719
-----------------------------

0 commit comments

Comments
 (0)