Created on 2016-11-16.00:00:00 last changed 89 months ago
Proposed resolution:
This wording is relative to N4606.
Edit [list.ops] p29 as indicated:
void sort(); template <class Compare> void sort(Compare comp);-28- Requires: operator< (for the first version) or comp (for the second version) shall define a strict weak ordering ([alg.sorting]).
-29- Effects: Sorts the list according to the operator< or a Compare function object. If an exception is thrown, the order of the elements in *this is unspecified. Does not affect the validity of iterators and references. […]
[ 2017-01-27 Telecon ]
Priority 0
Sometime between N1638 and N1804 the sentence "If an exception is thrown the order of the elements in the list is indeterminate." in the specification of list::sort went missing. This suspiciously coincided with the editorial change that "consolidated definitions of "Stable" in the library clauses" (N1805).
forward_list::sort says that "If an exception is thrown the order of the elements in *this is unspecified"; list::sort should do the same.History | |||
---|---|---|---|
Date | User | Action | Args |
2017-07-30 20:15:43 | admin | set | status: wp -> c++17 |
2017-03-05 23:41:16 | admin | set | status: ready -> wp |
2017-01-30 15:17:53 | admin | set | messages: + msg8801 |
2017-01-30 15:17:53 | admin | set | status: new -> ready |
2016-11-27 21:38:19 | admin | set | messages: + msg8695 |
2016-11-16 00:00:00 | admin | create |