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 c1b827d commit 664b3c6Copy full SHA for 664b3c6
libcxx/test/std/language.support/support.limits/support.limits.general/map.version.compile.pass.cpp
@@ -32,6 +32,10 @@
32
# error "__cpp_lib_associative_heterogeneous_insertion should not be defined before c++26"
33
# endif
34
35
+# ifdef __cpp_lib_constexpr_map
36
+# error "__cpp_lib_constexpr_map should not be defined before c++26"
37
+# endif
38
+
39
# ifdef __cpp_lib_containers_ranges
40
# error "__cpp_lib_containers_ranges should not be defined before c++23"
41
0 commit comments