Title
New container issue
Status
nad editorial
Section
[sequence.reqmts]
Submitter
Alisdair Meredith

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

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Add after p6 [sequence.reqmts]:

-6- ...

The iterator returned from a.insert(p,rv) points to the copy of rv inserted into a.

The iterator returned from a.emplace(p, args) points to the new element constructed from args inserted into a.

Date: 2010-10-21.18:28:33

[ Batavia (2009-05): ]

We agree with the proposed resolution.

Move to NAD Editorial.

Date: 2009-03-12.00:00:00

Sequence containers [sequence.reqmts]:

The return value of new calls added to table 83 are not specified.

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