Title
Insert iterators/ostream_iterators overconstrained
Status
nad
Section
[insert.iterators] [ostreambuf.iterator]
Submitter
AFNOR

Created on 1998-10-07.00:00:00 last changed 163 months ago

Messages

Date: 2010-10-21.18:28:33

Rationale:

The LWG believes this causes no harm and is not a defect in the standard. The only example anyone could come up with caused some incorrect code to work, rather than the other way around.

Date: 1998-10-07.00:00:00

Overspecified For an insert iterator it, the expression *it is required to return a reference to it. This is a simple possible implementation, but as the SGI STL documentation says, not the only one, and the user should not assume that this is the case.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg251
1998-10-07 00:00:00admincreate