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 4dd520e commit 33a3a11Copy full SHA for 33a3a11
source/declarations.tex
@@ -1826,11 +1826,11 @@
1826
\end{example}
1827
1828
\pnum
1829
-If a function or function template has
+If a function or function template $F$ has
1830
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.
+redeclarations or specializations of $F$ shall use that
+placeholder type, not a deduced type;
+otherwise, they shall not use a placeholder type.
1834
\begin{example}
1835
\begin{codeblock}
1836
auto f();
0 commit comments