clarify which versions work with old compilers

This commit is contained in:
Christopher Dunn 2015-03-05 21:45:42 -06:00
parent 239c733ab5
commit 2fc08b4ebd

View File

@ -16,7 +16,7 @@ format to store user input files.
## A note on backward-compatibility
* `1.y.z` is built with C++11.
* `0.8.z` can be used with older compilers.
* `0.y.z` can be used with older compilers.
* Major versions maintain binary-compatibility.
Using JsonCpp in your project