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 6679974 commit 0c6222eCopy full SHA for 0c6222e
libcxx/test/std/containers/associative/multimap/multimap.erasure/erase_if.pass.cpp
@@ -89,7 +89,14 @@ int main(int, char**) {
89
assert(test_erase());
90
91
#if TEST_STD_VER >= 26
92
+# ifndef TEST_COMPILER_GCC
93
+ // FIXME: Fails with g++-15 with:
94
+ // clang-format off
95
+ // __tree:116:23: error: ''result_decl' not supported by dump_expr<expression error>' is not a constant expression
96
+ // clang-format on
97
static_assert(test_erase());
98
+# endif
99
#endif
100
+
101
return 0;
102
}
0 commit comments