We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe2bce commit ba41f20Copy full SHA for ba41f20
test/sources/libcxx/Support.h
@@ -19,7 +19,7 @@
19
20
//#define LIBCPP_HAS_BAD_NEWS_FOR_MOMO
21
22
-#if defined(__cpp_lib_containers_ranges)
+#if defined(__cpp_lib_containers_ranges) && defined(__cpp_lib_allocate_at_least)
23
# define TEST_STD_VER 23
24
#else
25
# define TEST_STD_VER 20
0 commit comments