Skip to content

Commit c0f2538

Browse files
committed
It seems clang-17 builds only with -std=c++20 ?
1 parent 37b2991 commit c0f2538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/clang-flags.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include_guard(GLOBAL)
22

3-
set(CMAKE_CXX_STANDARD 23)
3+
set(CMAKE_CXX_STANDARD 20)
44

55
set(CMAKE_CXX_FLAGS
66
"-stdlib=libc++ -Wall -Wextra "

0 commit comments

Comments
 (0)