Skip to content

Commit fdc57fd

Browse files
sdkrystianzygoloid
authored andcommitted
[over.match.class.deduct] Fix self-referential cross-references
1 parent c34f06e commit fdc57fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/overloading.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,12 +1649,12 @@
16491649
the arguments of \tcode{A} are deducible (see below) from the return type.
16501650

16511651
\item
1652-
If \tcode{f} is a copy deduction candidate\iref{over.match.class.deduct},
1652+
If \tcode{f} is a copy deduction candidate,
16531653
then \tcode{f'} is considered to be so as well.
16541654

16551655
\item
16561656
If \tcode{f} was generated
1657-
from a \grammarterm{deduction-guide}\iref{over.match.class.deduct},
1657+
from a \grammarterm{deduction-guide}\iref{temp.deduct.guide},
16581658
then \tcode{f'} is considered to be so as well.
16591659

16601660
\item

0 commit comments

Comments
 (0)