Movatterモバイル変換


[0]ホーム

URL:



This page is a snapshot from the LWG issues list, see theLibrary Active Issues List for more information and the meaning ofC++11 status.

1038. Sequence requirement table needs to reference several new containers

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
ExpressionReturn typeOperational semanticsContainer
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

[8]ページ先頭

©2009-2026 Movatter.jp