Skip to content

Commit 0fb1bee

Browse files
author
Dawn Perchik
committed
[dcl.fct] Clarify which declarations we're talking about in example.
1 parent 77ed910 commit 0fb1bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/declarations.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -3661,8 +3661,8 @@
36613661
void g4(C3 auto);
36623662
\end{codeblock}
36633663

3664-
These declarations are functionally equivalent (but not equivalent) to
3665-
the following declarations.
3664+
The declarations above are functionally equivalent (but not equivalent) to
3665+
the following declarations:
36663666
\begin{codeblock}
36673667
template<C1 T, C2 U> void g1(const T*, U&);
36683668
template<C1... Ts> void g2(Ts&...);

0 commit comments

Comments
 (0)