From 533dbe08981bf572da96a6211b8a43a4cd9c58f6 Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Mon, 3 Nov 2014 12:39:01 -0600 Subject: [PATCH] Update README.md Note on C++11 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 127af38..099f17f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files. +## A note on backward-compatibility +Very soon, we are switching to C++11 only. For older compilers, try the `pre-C++11` branch. Using JsonCpp in your project -----------------------------