Skip to content

Commit f87cd83

Browse files
author
Dawn Perchik
committed
LWG2579 Inconsistency wrt Allocators in basic_string assignment vs. basic_string::assign
1 parent 59778a2 commit f87cd83

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
@@ -2043,7 +2043,7 @@
20432043

20442044
\begin{itemdescr}
20452045
\pnum
2046-
\effects Equivalent to \tcode{assign(str, 0, npos)}.
2046+
\effects Equivalent to \tcode{*this = str}.
20472047

20482048
\pnum
20492049
\returns

0 commit comments

Comments
 (0)