Emit an error when the compiler version is not supported
In CMake and in the conanfile, we should check that the compiler version is OK for the given compiler.
-
GCC >= 10 -
conanfile.py -
CMakeLists.txt
-
-
Clang >= 10 -
conanfile.py -
CMakeLists.txt
-
-
libstdc++ >= ??? -
libc++ >= ??? -
check the C++ features