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 b6b083e commit 8e42821Copy full SHA for 8e42821
benchmarks/CMakeLists.txt
@@ -111,8 +111,8 @@ add_benchmark(find_and_count src/find_and_count.cpp)
111
add_benchmark(find_first_of src/find_first_of.cpp)
112
add_benchmark(has_single_bit src/has_single_bit.cpp)
113
add_benchmark(includes src/includes.cpp)
114
-add_benchmark(iota src/iota.cpp)
115
add_benchmark(integer_to_string src/integer_to_string.cpp)
+add_benchmark(iota src/iota.cpp)
116
add_benchmark(is_sorted_until src/is_sorted_until.cpp)
117
add_benchmark(locale_classic src/locale_classic.cpp)
118
add_benchmark(locate_zone src/locate_zone.cpp)
0 commit comments