Title
Resolution of #283 incomplete
Status
cd1
Section
[alg.remove]
Submitter
Daniel Krügler

Created on 2008-01-25.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

In [alg.remove] p.6, replace the N2461 requires clause with:

Requires: Type T is EqualityComparable (31). The ranges [first,last) and [result,result + (last - first)) shall not overlap. The expression *result = *first shall be valid.

Date: 2008-01-25.00:00:00

The resolution of 283 did not resolve similar necessary changes for algorithm remove_copy[_if], which seems to be an oversight.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg3744
2008-01-25 00:00:00admincreate