File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 3252
3252
\grammarterm {initializer-clause}{s} which
3253
3253
constitute the arguments to the function.
3254
3254
\begin {note }
3255
- If the postfix expression is a function or member function name,
3255
+ If the postfix expression is a function name,
3256
3256
the appropriate function and the validity of the call
3257
3257
are determined according to the rules in~\ref {over.match }.
3258
3258
\end {note }
3281
3281
3282
3282
\pnum
3283
3283
\begin {note }
3284
- If a function or member function name is used, and name
3284
+ If a function name is used, and name
3285
3285
lookup\iref {basic.lookup } does not find a declaration of that name,
3286
3286
the program is ill-formed. No function is implicitly declared by such a
3287
3287
call.
Original file line number Diff line number Diff line change 5716
5716
a member of a class template, or a class member template,
5717
5717
the variable or class that is explicitly specialized
5718
5718
shall be specified with a \grammarterm {simple-template-id}.
5719
- In the explicit specialization declaration for a function template or
5720
- a member function template,
5721
- the function or member function explicitly specialized may be specified
5722
- using a \grammarterm {template-id}.
5719
+ In the explicit specialization declaration for a function template,
5720
+ the function explicitly specialized may be specified using a \grammarterm {template-id}.
5723
5721
\begin {example }
5724
5722
\begin {codeblock }
5725
5723
template<class T = int> struct A {
6087
6085
\end {example }
6088
6086
6089
6087
\pnum
6090
- If a function template or a member function template specialization is used in
6088
+ If a function template specialization is used in
6091
6089
a way that involves overload resolution,
6092
6090
a declaration of the specialization is implicitly instantiated\iref {temp.over }.
6093
6091
You can’t perform that action at this time.
0 commit comments