Title
No specification of default ctor for reverse_iterator
Status
cd1
Section
[reverse.iterator]
Submitter
Dietmar Kühl

Created on 2000-04-24.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

[ pre-Copenhagen: Dietmar provide wording for proposed resolution. ]

Date: 2010-10-21.18:28:33

Proposed resolution:

In section [reverse.iter.cons] add the following paragraph:

reverse_iterator()

Default initializes current. Iterator operations applied to the resulting iterator have defined behavior if and only if the corresponding operations are defined on a default constructed iterator of type Iterator.

Date: 2000-04-24.00:00:00

The declaration of reverse_iterator lists a default constructor. However, no specification is given what this constructor should do.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg1961
2010-10-21 18:28:33adminsetmessages: + msg1960
2000-04-24 00:00:00admincreate