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 54298a2 commit 3e2b73dCopy full SHA for 3e2b73d
source/text.tex
@@ -2583,7 +2583,7 @@
2583
2584
\begin{description}
2585
\stage{1}
2586
-The function initializes local variables via
+The function initializes variables with automatic storage duration via
2587
\begin{codeblock}
2588
fmtflags flags = str.flags();
2589
fmtflags basefield = (flags & ios_base::basefield);
@@ -2632,7 +2632,7 @@
2632
\stage{2}
2633
If \tcode{in == end} then stage 2 terminates.
2634
Otherwise a \tcode{charT} is taken from \tcode{in} and
2635
-local variables are initialized as if by
+variables with automatic storage duration are initialized as if by
2636
2637
char_type ct = *in;
2638
char c = src[find(atoms, atoms + sizeof(src) - 1, ct) - atoms];
0 commit comments