Skip to content

Commit 5d438d2

Browse files
jensmaurerzygoloid
authored andcommitted
[mem.poly.allocator.mem], [string.view.iterators] Replace 'method' with 'member function'.
Fixes #1573.
1 parent 6d5ac82 commit 5d438d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/strings.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4902,7 +4902,7 @@
49024902
whose \tcode{value_type} is the template parameter \tcode{charT}.
49034903

49044904
\pnum
4905-
For a \tcode{basic_string_view str}, any operation that invalidates a pointer in the range \range{str.data()}{str.data() + str.size()} invalidates pointers, iterators, and references returned from \tcode{str}'s methods.
4905+
For a \tcode{basic_string_view str}, any operation that invalidates a pointer in the range \range{str.data()}{str.data() + str.size()} invalidates pointers, iterators, and references returned from \tcode{str}'s member functions.
49064906

49074907
\pnum
49084908
All requirements on container iterators (\ref{container.requirements}) apply to \tcode{basic_string_view::const_iterator} as well.

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11444,7 +11444,7 @@
1144411444
\begin{itemdescr}
1144511445
\pnum
1144611446
\begin{note}
11447-
This method and the \tcode{construct} methods that follow
11447+
This member function and the \tcode{construct} member functions that follow
1144811448
are overloads for piecewise construction of pairs~(\ref{pairs.pair}).
1144911449
\end{note}
1145011450

0 commit comments

Comments
 (0)