Skip to content

Commit 05deea2

Browse files
author
Dawn Perchik
committed
Fix references in CWG1780 as per discussion on c++std-core.
1 parent e6e356c commit 05deea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,8 +1131,8 @@
11311131

11321132
\pnum
11331133
A member of a closure type shall not be
1134-
explicitly instantiated~(\ref{temp.inst}),
1135-
explicitly specialized~(\ref{temp.explicit}), or
1134+
explicitly instantiated~(\ref{temp.explicit}),
1135+
explicitly specialized~(\ref{temp.expl.spec}), or
11361136
named in a \tcode{friend} declaration~(\ref{class.friend}).
11371137

11381138
\pnum

0 commit comments

Comments
 (0)