Skip to content

Commit 418699c

Browse files
authored
Switch to C++23 (#432)
The standard became effective in October 2024: https://isocpp.org/std/the-standard
1 parent 907ca22 commit 418699c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/configure.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set( CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin" )
2525
if ( MSVC AND (CMAKE_C_COMPILER_ID STREQUAL "Clang") AND (CMAKE_CXX_COMPILER_ID STREQUAL "Clang"))
2626
set( CMAKE_CXX_STANDARD 17 )
2727
else ()
28-
set( CMAKE_CXX_STANDARD 20 )
28+
set( CMAKE_CXX_STANDARD 23 )
2929
endif ()
3030

3131
set(CMAKE_COMPILE_WARNING_AS_ERROR ON)

0 commit comments

Comments
 (0)