Skip to content

Commit 664b3c6

Browse files
? lang support
1 parent c1b827d commit 664b3c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libcxx/test/std/language.support/support.limits/support.limits.general/map.version.compile.pass.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
# error "__cpp_lib_associative_heterogeneous_insertion should not be defined before c++26"
3333
# endif
3434

35+
# ifdef __cpp_lib_constexpr_map
36+
# error "__cpp_lib_constexpr_map should not be defined before c++26"
37+
# endif
38+
3539
# ifdef __cpp_lib_containers_ranges
3640
# error "__cpp_lib_containers_ranges should not be defined before c++23"
3741
# endif

0 commit comments

Comments
 (0)