Skip to content

Commit 4288367

Browse files
committed
workaround gcc ice
1 parent b675599 commit 4288367

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libcxx/test/std/containers/container.adaptors/flat.map/flat.map.modifiers/try_emplace_transparent.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
//===----------------------------------------------------------------------===//
88

99
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
10+
// gcc 15 ICE on this test
11+
// UNSUPPORTED: gcc
1012

1113
// <flat_map>
1214

0 commit comments

Comments
 (0)