Created on 2009-03-12.00:00:00 last changed 161 months ago
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
[ Batavia (2009-05): ]
We agree with the proposed resolution. Move to Tentatively Ready.
[ Summit: ]
Agree.
Addresses UK 233 [CD1]
Table 84 is missing references to several new container types.
History | |||
---|---|---|---|
Date | User | Action | Args |
2011-08-23 20:07:26 | admin | set | status: wp -> c++11 |
2010-10-21 18:28:33 | admin | set | messages: + msg431 |
2010-10-21 18:28:33 | admin | set | messages: + msg430 |
2010-10-21 18:28:33 | admin | set | messages: + msg429 |
2009-03-12 00:00:00 | admin | create |