Skip to content

Commit 666d67a

Browse files
[temp.spec.general], [temp.inst] A member function is a function
1 parent f470cd9 commit 666d67a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

source/templates.tex

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6184,10 +6184,8 @@
61846184
a member of a class template, or a class member template,
61856185
the variable or class that is explicitly specialized
61866186
shall be specified with a \grammarterm{simple-template-id}.
6187-
In the explicit specialization declaration for a function template or
6188-
a member function template,
6189-
the function or member function explicitly specialized may be specified
6190-
using a \grammarterm{template-id}.
6187+
In the explicit specialization declaration for a function template,
6188+
the function explicitly specialized may be specified using a \grammarterm{template-id}.
61916189
\begin{example}
61926190
\begin{codeblock}
61936191
template<class T = int> struct A {
@@ -6555,7 +6553,7 @@
65556553
\end{example}
65566554

65576555
\pnum
6558-
If a function template or a member function template specialization is used in
6556+
If a function template specialization is used in
65596557
a way that involves overload resolution,
65606558
a declaration of the specialization is implicitly instantiated\iref{temp.over}.
65616559

0 commit comments

Comments
 (0)