Update minimum C++ version mentioned in README

This likely doesn't work anymore with C++14 and I won't put any effort into
C++14 compatibility anymore at this point.
This commit is contained in:
Martchus 2021-01-15 15:27:28 +01:00
parent 80183f5269
commit dc7c74c497
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ The following dependencies are required at build time. Note that Reflective Rapi
and *none* of these dependencies are required at runtime by an application which makes use of
Reflective RapidJSON.
* C++ compiler and C++ standard library supporting at least C++14
* C++ compiler and C++ standard library supporting at least C++17
* the [CMake](https://cmake.org) build system
* LibTooling from [Clang](https://clang.llvm.org) for the code generator (optional when using
Boost.Hana)