Skip to content

[mem.poly.allocator.mem], [string.view.iterators] Replace 'method' wi… #1574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/strings.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4902,7 +4902,7 @@
whose \tcode{value_type} is the template parameter \tcode{charT}.

\pnum
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.
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.

\pnum
All requirements on container iterators (\ref{container.requirements}) apply to \tcode{basic_string_view::const_iterator} as well.
Expand Down
2 changes: 1 addition & 1 deletion source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11444,7 +11444,7 @@
\begin{itemdescr}
\pnum
\begin{note}
This method and the \tcode{construct} methods that follow
This member function and the \tcode{construct} member functions that follow
are overloads for piecewise construction of pairs~(\ref{pairs.pair}).
\end{note}

Expand Down