Skip to content

Commit 3093a19

Browse files
Use c++ v17
1 parent be7355e commit 3093a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ if(CLR_CMAKE_PLATFORM_XPLAT)
372372
-D__STDC_WANT_LIB_EXT1__=1
373373
)
374374

375-
set(CMAKE_CXX_STANDARD 11)
375+
set(CMAKE_CXX_STANDARD 17)
376376

377377
# todo: fix general visibility of the interface
378378
# do not set to `fvisibility=hidden` as it is going to

0 commit comments

Comments
 (0)