We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35ab83 commit 1698be4Copy full SHA for 1698be4
CMakeLists.txt
@@ -19,7 +19,7 @@ target_include_directories(timsort INTERFACE
19
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
20
)
21
22
-target_compile_features(timsort INTERFACE cxx_std_98)
+target_compile_features(timsort INTERFACE cxx_std_11)
23
24
add_library(gfx::timsort ALIAS timsort)
25
0 commit comments