Files
nixpkgs/pkgs/development/libraries/rapidjson
Luke Granger-Brown 5cafc420e3 rapidjson: build with C++17 language level
gtest was upgraded to 1.14.0; as of 1.13.x gtest requires at least c++14
to build.

rapidjson's CMake scripts have support for specifying C++11 or C++17;
rather than add our own support for C++14 we set the C++17 flag instead.
2024-02-20 19:50:02 +00:00
..