rapidcheck
rapidcheck copied to clipboard
Use compiler agnostic setting for C++11 setting in CMake
It's now 2025 and CMakelists has been updated to set(CMAKE_CXX_STANDARD 11). The problem is that the source code is using C++17 features and won't compile with strictly compliant compiler.