Skip to content

Commit d5df57b

Browse files
JohelEGPzygoloid
authored andcommitted
[iterator.range]/1 List <string_view>, specified in [string.view.synop]/1 (#962)
1 parent ab40db0 commit d5df57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iterators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3349,7 +3349,7 @@
33493349
the function templates in \ref{iterator.range} are available when any of the following
33503350
headers are included: \tcode{<array>}, \tcode{<deque>}, \tcode{<forward_list>},
33513351
\tcode{<list>}, \tcode{<map>}, \tcode{<regex>}, \tcode{<set>}, \tcode{<string>},
3352-
\tcode{<unordered_map>}, \tcode{<unordered_set>}, and \tcode{<vector>}.
3352+
\tcode{<string_view>}, \tcode{<unordered_map>}, \tcode{<unordered_set>}, and \tcode{<vector>}.
33533353

33543354
\indexlibrary{\idxcode{begin(C\&)}}%
33553355
\begin{itemdecl}

0 commit comments

Comments
 (0)