We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5b5b0 commit 9483cb7Copy full SHA for 9483cb7
source/strings.tex
@@ -3009,8 +3009,8 @@
3009
\effects
3010
A directive that informs a \tcode{basic_string} of a planned change in size,
3011
so that the storage allocation can be managed accordingly.
3012
-After
3013
-\tcode{reserve()},
+Following a call to
+\tcode{reserve},
3014
\tcode{capacity()}
3015
is greater or equal to the argument of
3016
\tcode{reserve}
@@ -3019,7 +3019,7 @@
3019
3020
otherwise.
3021
Reallocation happens at this point if and only if
3022
-the current capacity is less than the argument of \tcode{reserve()}.
+the current capacity is less than the argument of \tcode{reserve}.
3023
3024
\pnum
3025
\throws
0 commit comments