This page is a snapshot from the LWG issues list, see theLibrary Active Issues List for more information and the meaning ofC++11 status.
Section: 23.2.4[sequence.reqmts]Status:C++11Submitter: Alisdair MeredithOpened: 2009-03-12Last modified: 2016-01-28
Priority:Not Prioritized
View otheractive issues in [sequence.reqmts].
View all otherissues in [sequence.reqmts].
View all issues withC++11 status.
Discussion:
Addresses UK 233 [CD1]
Table 84 is missing references to several new container types.
[Summit:]
Agree.
[Batavia (2009-05):]
We agree with the proposed resolution.Move to Tentatively Ready.
Proposed resolution:
In 23.2.4[sequence.reqmts] Table 84, Add reference to listedcontainers 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_lista.back()... ... vector, list, deque, basic_string, arraya.emplace_front(args)... ... list, deque, forward_lista.push_front(t)... ... list, deque, forward_lista.push_front(rv)... ... list, deque, forward_lista.pop_front()... ... list, deque, forward_lista[n]... ... vector, deque, basic_string, arraya.at(n)... ... vector, deque, basic_string, array