Skip to content

Commit be85364

Browse files
[dcl.fct.default] Replace the uses of "local variable"
... with "block variable with automatic storage duration"
1 parent be34ebf commit be85364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4343,7 +4343,7 @@
43434343

43444344
\pnum
43454345
\begin{note}
4346-
A local variable cannot be odr-used\iref{term.odr.use}
4346+
A block variable with automatic storage duration cannot be odr-used\iref{term.odr.use}
43474347
in a default argument.
43484348
\end{note}
43494349
\begin{example}

0 commit comments

Comments
 (0)