From dc7c74c497e2d6787c25ba67a2fe24ac95f83c7a Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 15 Jan 2021 15:27:28 +0100 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53f10f7..2064fbb 100644 --- a/README.md +++ b/README.md @@ -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)