We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7365d80 commit 2f2e5a8Copy full SHA for 2f2e5a8
test/CMakeLists.txt
@@ -35,7 +35,7 @@ string(TOUPPER "${CMAKE_BUILD_TYPE}" U_CMAKE_BUILD_TYPE)
35
include(set_compiler_flag.cmake)
36
37
if(CPP23)
38
- # User requested C++20, but compiler might not oblige.
+ # User requested C++23, but compiler might not oblige.
39
set_compiler_flag(
40
_cxx_std_flag CXX
41
"-std=c++23" # this should work with GNU, Intel, PGI
0 commit comments