Title
Range access is available with <string_view>
Status
c++17
Section
[iterator.range][string.view.synop]
Submitter
Johel Ernesto Guerrero Peña

Created on 2016-10-29.00:00:00 last changed 81 months ago

Messages

Date: 2016-12-16.20:56:38

Proposed resolution:

This wording is relative to N4606.

  1. Edit [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>, <forward_list>, <list>, <map>, <regex>, <set>, <string>, <string_view>, <unordered_map>, <unordered_set>, and <vector>.

Date: 2017-02-02.00:41:18

[ Issues Telecon 16-Dec-2016 ]

Move to Tentatively Ready

Date: 2016-10-29.00:00:00

[string.view.synop]/1 states

The function templates defined in 20.2.2 and 24.7 are available when <string_view> is included.

[iterator.range], in p1 is missing <string_view>.

History
Date User Action Args
2017-07-30 20:15:43adminsetstatus: wp -> c++17
2017-03-05 23:41:16adminsetstatus: ready -> wp
2016-12-16 20:56:38adminsetmessages: + msg8743
2016-12-16 20:56:38adminsetstatus: new -> ready
2016-11-13 13:26:05adminsetmessages: + msg8630
2016-10-29 00:00:00admincreate