Skip to content

Commit f02b245

Browse files
committed
wip: let's try C++23
1 parent adbe360 commit f02b245

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if(NOT WIN32)
8686
set(ZSH_INSTALL_PATH "zsh/site-functions" CACHE STRING "Zsh completion install dir")
8787
endif()
8888

89-
set(DWARFS_CXX_STANDARD 20)
89+
set(DWARFS_CXX_STANDARD 23)
9090

9191
# Libraries that we can fetch on demand if necessary
9292
#

folly

0 commit comments

Comments
 (0)