Title
[arrays.ts] <dynarray> is missing in 24.7/1
Status
open
Section
[iterator.range]
Submitter
Cassio Neri

Created on 2013-07-31.00:00:00 last changed 120 months ago

Messages

Date: 2014-06-06.21:18:30

Proposed resolution:

This wording is relative to N3691.

  1. Modify [iterator.range] p1 as indicated:

    -1- In addition to being available via inclusion of the <iterator> header, the function templates in 24.7 are available when any of the following headers are included: <array>, <deque>, <dynarray>, <forward_list>, <list>, <map>, <regex>, <set>, <string>, <unordered_map>, <unordered_set>, and <vector>.

Date: 2014-06-06.00:00:00

[ 2014-06-06 pre-Rapperswill ]

This issue has been reopened as arrays-ts.

Date: 2014-06-06.21:18:30

[ 2013-09 Chicago: ]

Move to Deferred. This feature will ship after C++14 and should be revisited then.

Date: 2014-06-07.16:56:56

Addresses: arrays.ts

Section [iterator.range] p1 specifies header files that, in addition to <iterator>, make available the function templates in 24.7 (begin, end, etc.) but it fails to mention <dynarray>. This seems to be just an oversight.

History
Date User Action Args
2014-06-06 21:18:30adminsetmessages: + msg6993
2014-06-06 21:18:30adminsetstatus: deferred -> open
2013-09-26 21:12:49adminsetmessages: + msg6642
2013-09-26 21:11:14adminsetstatus: new -> deferred
2013-08-19 21:26:43adminsetmessages: + msg6560
2013-07-31 00:00:00admincreate