Skip to content

Commit ba41f20

Browse files
committed
Update libcxx/support
1 parent ffe2bce commit ba41f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sources/libcxx/Support.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
//#define LIBCPP_HAS_BAD_NEWS_FOR_MOMO
2121

22-
#if defined(__cpp_lib_containers_ranges)
22+
#if defined(__cpp_lib_containers_ranges) && defined(__cpp_lib_allocate_at_least)
2323
# define TEST_STD_VER 23
2424
#else
2525
# define TEST_STD_VER 20

0 commit comments

Comments
 (0)