Title
Remove iterator specification that is redundant due to concept constraints
Status
nad concepts
Section
[sequence.reqmts]
Submitter
Alisdair Meredith

Created on 2009-03-12.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Strike [sequence.reqmts]p9-11. Make sure std::basic_string has constraints similar to std::vector to meet this old guarantee.

Date: 2010-10-21.18:28:33

[ Summit: ]

Agree with issue and change to [sequence.reqmts]. The changes required to [strings] will be part of the general concept support for that clause.

Date: 2012-10-21.13:19:07

Addresses UK 231 [CD1]

p9-p11 are redundant now that Concepts define what it means to be an Iterator and guide overload resolution accordingly.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg423
2010-10-21 18:28:33adminsetmessages: + msg422
2009-03-12 00:00:00admincreate