Created on 2025-09-25.00:00:00 last changed 2 weeks ago
Proposed resolution:
This wording is relative to N5014.
Modify [flat.set.defn] as indicated:
iterator erase(iterator position) requires (!same_as<iterator, const_iterator>); iterator erase(const_iterator position);
Modify [flat.multiset.defn] as indicated:
iterator erase(iterator position) requires (!same_as<iterator, const_iterator>); iterator erase(const_iterator position);
This is a follow-up of LWG 3704 since we now have `flat_set` and `flat_multiset`.
History | |||
---|---|---|---|
Date | User | Action | Args |
2025-09-27 05:43:16 | admin | set | messages: + msg15086 |
2025-09-25 00:00:00 | admin | create |