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 6395
6395
a member of a class template, or a class member template,
6396
6396
the variable or class that is explicitly specialized
6397
6397
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}.
6402
6400
\begin {example }
6403
6401
\begin {codeblock }
6404
6402
template<class T = int> struct A {
6766
6764
\end {example }
6767
6765
6768
6766
\pnum
6769
- If a function template or a member function template specialization is used in
6767
+ If a function template specialization is used in
6770
6768
a way that involves overload resolution,
6771
6769
a declaration of the specialization is implicitly instantiated\iref {temp.over }.
6772
6770
You can’t perform that action at this time.
0 commit comments