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 b564b8e commit 12db113Copy full SHA for 12db113
benchmarks/CMakeLists.txt
@@ -4,3 +4,5 @@ foreach(filename bench_merge.cpp bench_sort.cpp)
4
add_executable(${name} ${filename})
5
target_link_libraries(${name} PRIVATE gfx::timsort)
6
endforeach()
7
+
8
+target_compile_features(bench_merge PRIVATE cxx_std_11)
0 commit comments