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 cf79e2c commit 112c95eCopy full SHA for 112c95e
libcxx/test/benchmarks/containers/sequence/sequence_container_benchmarks.h
@@ -21,7 +21,6 @@
21
22
#include "benchmark/benchmark.h"
23
#include "test_iterators.h"
24
-#include "test_macros.h"
25
#include "../../GenerateInput.h"
26
27
namespace support {
@@ -102,7 +101,7 @@ void sequence_container_benchmarks(std::string container) {
102
101
}
103
});
104
105
-#if TEST_STD_VER >= 23
+#if defined(__cpp_lib_containers_ranges) && __cpp_lib_containers_ranges >= 202202L
106
for (auto gen : generators)
107
bench("ctor(Range)" + tostr(gen), [gen](auto& st) {
108
auto const size = st.range(0);
0 commit comments