Skip to content

Commit aa8a13b

Browse files
committed
feat: bump C++ standard up to C++23
1 parent a3e6df1 commit aa8a13b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ set(SDBUSCPP_SRCS ${SDBUSCPP_CPP_SRCS} ${SDBUSCPP_HDR_SRCS} ${SDBUSCPP_PUBLIC_HD
189189
# GENERAL COMPILER CONFIGURATION
190190
#-------------------------------
191191

192-
set(CMAKE_CXX_STANDARD 20)
192+
set(CMAKE_CXX_STANDARD 23)
193193

194194
#----------------------------------
195195
# LIBRARY BUILD INFORMATION

0 commit comments

Comments
 (0)