We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f603205 + a5a7044 commit b2e23d0Copy full SHA for b2e23d0
1 file changed
test/CMakeLists.txt
@@ -51,7 +51,7 @@ elseif(CPP20)
51
set_compiler_flag(
52
_cxx_std_flag CXX
53
"-std=c++2a" # this should work with GNU, Intel, PGI
54
- "/std:c++2a" # this should work with MSVC
+ "/std:c++20" # this should work with MSVC
55
)
56
if(_cxx_std_flag)
57
message(STATUS "Building with C++20")
0 commit comments