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 2ef6175 commit 8c78c45Copy full SHA for 8c78c45
libcxx/test/std/containers/associative/map/map.modifiers/extract_iterator.pass.cpp
@@ -30,7 +30,7 @@ TEST_CONSTEXPR_CXX26 bool test(Container& c) {
30
typename Container::node_type t = c.extract(first++);
31
--sz;
32
if (!TEST_IS_CONSTANT_EVALUATED) {
33
- // CWG1514: key() is not `constexpr`
+ // FIXME: CWG1514: key() is not `constexpr`
34
assert(t.key() == key_value);
35
t.key() = some_key;
36
assert(t.key() == some_key);
0 commit comments