Skip to content

Commit 33a3a11

Browse files
jensmaurertkoeppe
authored andcommitted
[dcl.spec.auto.general] Clarify redeclarations vs. placeholder types.
1 parent 4dd520e commit 33a3a11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/declarations.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1826,11 +1826,11 @@
18261826
\end{example}
18271827

18281828
\pnum
1829-
If a function or function template has
1829+
If a function or function template $F$ has
18301830
a declared return type that uses a placeholder type,
1831-
redeclarations or specializations (respectively) of it shall use that
1832-
placeholder, not a deduced type;
1833-
otherwise, they shall not use a placeholder.
1831+
redeclarations or specializations of $F$ shall use that
1832+
placeholder type, not a deduced type;
1833+
otherwise, they shall not use a placeholder type.
18341834
\begin{example}
18351835
\begin{codeblock}
18361836
auto f();

0 commit comments

Comments
 (0)