Title
Sequence requirement table needs to reference several new containers
Status
c++11
Section
[sequence.reqmts]
Submitter
Alisdair Meredith

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

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

In [sequence.reqmts] Table 84, Add reference to listed containers to the following rows:

Table 84 -- Optional sequence container operations
Expression Return type Operational semantics Container
a.front() ... ... vector, list, deque, basic_string, array, forward_list
a.back() ... ... vector, list, deque, basic_string, array
a.emplace_front(args) ... ... list, deque, forward_list
a.push_front(t) ... ... list, deque, forward_list
a.push_front(rv) ... ... list, deque, forward_list
a.pop_front() ... ... list, deque, forward_list
a[n] ... ... vector, deque, basic_string, array
a.at(n) ... ... vector, deque, basic_string, array
Date: 2010-10-21.18:28:33

[ Batavia (2009-05): ]

We agree with the proposed resolution. Move to Tentatively Ready.

Date: 2010-10-21.18:28:33

[ Summit: ]

Agree.

Date: 2012-10-21.13:19:07

Addresses UK 233 [CD1]

Table 84 is missing references to several new container types.

History
Date User Action Args
2011-08-23 20:07:26adminsetstatus: wp -> c++11
2010-10-21 18:28:33adminsetmessages: + msg431
2010-10-21 18:28:33adminsetmessages: + msg430
2010-10-21 18:28:33adminsetmessages: + msg429
2009-03-12 00:00:00admincreate