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 978afc1 commit 4597b6cCopy full SHA for 4597b6c
tests/cxx_23_tests.cpp
@@ -12,6 +12,9 @@
12
#include <gfx/timsort.hpp>
13
#include "test_helpers.hpp"
14
15
+
16
+#if defined(__cpp_lib_ranges_zip)
17
18
TEST_CASE( "support for std::ranges::views::zip" )
19
{
20
SECTION( "zip two small collections" ) {
@@ -45,3 +48,5 @@ TEST_CASE( "support for std::ranges::views::zip" )
45
48
CHECK( std::ranges::is_sorted(deq, std::ranges::greater{}) );
46
49
}
47
50
51
52
+#endif // defined(__cpp_lib_ranges_zip)
0 commit comments