Skip to content

Commit e5ed21f

Browse files
[temp.spec.general], [temp.inst] A member function is a function
1 parent deb16d9 commit e5ed21f

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
@@ -6395,10 +6395,8 @@
63956395
a member of a class template, or a class member template,
63966396
the variable or class that is explicitly specialized
63976397
shall be specified with a \grammarterm{simple-template-id}.
6398-
In the explicit specialization declaration for a function template or
6399-
a member function template,
6400-
the function or member function explicitly specialized may be specified
6401-
using a \grammarterm{template-id}.
6398+
In the explicit specialization declaration for a function template,
6399+
the function explicitly specialized may be specified using a \grammarterm{template-id}.
64026400
\begin{example}
64036401
\begin{codeblock}
64046402
template<class T = int> struct A {
@@ -6766,7 +6764,7 @@
67666764
\end{example}
67676765

67686766
\pnum
6769-
If a function template or a member function template specialization is used in
6767+
If a function template specialization is used in
67706768
a way that involves overload resolution,
67716769
a declaration of the specialization is implicitly instantiated\iref{temp.over}.
67726770

0 commit comments

Comments
 (0)