Skip to content

Commit

Permalink
[string.view.template.general] Undo "ugly" inlining of \range applied…
Browse files Browse the repository at this point in the history
… in LWG3973.
  • Loading branch information
burblebee committed Nov 17, 2023
1 parent 8032226 commit bff9520
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/strings.tex
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,9 @@
For a \tcode{basic_string_view str},
any operation that invalidates a pointer
in the range
\range{str.data()}{str.data(\linebreak{}) + str.size()}
\begin{codeblock}
@\range{str.data()}{str.data() + str.size()}@
\end{codeblock}
invalidates pointers, iterators, and references
to elements of \tcode{str}.

Expand Down

0 comments on commit bff9520

Please sign in to comment.