Skip to content

Commit 8c78c45

Browse files
Add FIXME
1 parent 2ef6175 commit 8c78c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/containers/associative/map/map.modifiers/extract_iterator.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ TEST_CONSTEXPR_CXX26 bool test(Container& c) {
3030
typename Container::node_type t = c.extract(first++);
3131
--sz;
3232
if (!TEST_IS_CONSTANT_EVALUATED) {
33-
// CWG1514: key() is not `constexpr`
33+
// FIXME: CWG1514: key() is not `constexpr`
3434
assert(t.key() == key_value);
3535
t.key() = some_key;
3636
assert(t.key() == some_key);

0 commit comments

Comments
 (0)