Skip to content

Commit 977961d

Browse files
committed
[dcl.fct] Fix reference to temp.fct.
This reference was originally spelled "17.6.5" in the wording paper P1141R2, where it was relative to the Concepts TS, and the error slipped through. During motion application, we spotted the error, but not the cause, and picked temp.over.link as a "best-fit" replacement, when in fact the correct reference is temp.fct.
1 parent fe46a2b commit 977961d

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
@@ -3603,7 +3603,7 @@
36033603
is a function declaration whose \grammarterm{parameter-type-list} includes
36043604
one or more placeholders\iref{dcl.spec.auto}.
36053605
An abbreviated function template is equivalent to
3606-
a function template\iref{temp.over.link}
3606+
a function template\iref{temp.fct}
36073607
whose \grammarterm{template-parameter-list} includes
36083608
one invented type \grammarterm{template-parameter}
36093609
for each occurrence of a placeholder type in

0 commit comments

Comments
 (0)