File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 6184
6184
a member of a class template, or a class member template,
6185
6185
the variable or class that is explicitly specialized
6186
6186
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}.
6191
6189
\begin {example }
6192
6190
\begin {codeblock }
6193
6191
template<class T = int> struct A {
6555
6553
\end {example }
6556
6554
6557
6555
\pnum
6558
- If a function template or a member function template specialization is used in
6556
+ If a function template specialization is used in
6559
6557
a way that involves overload resolution,
6560
6558
a declaration of the specialization is implicitly instantiated\iref {temp.over }.
6561
6559
You can’t perform that action at this time.
0 commit comments