Skip to content

Commit cedb3df

Browse files
committed
[string.cons] Add last begin->end fix-up for P3016R6
1 parent 9a63cb3 commit cedb3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/strings.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2795,7 +2795,7 @@
27952795
\effects
27962796
Equivalent to:
27972797
\begin{codeblock}
2798-
return *this = basic_string_view<charT, traits>(il.begin(), il.size());
2798+
return *this = basic_string_view<charT, traits>(il.data(), il.size());
27992799
\end{codeblock}
28002800
\end{itemdescr}
28012801

0 commit comments

Comments
 (0)