File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535
3535
\grammarterm {initializer-clause}{s} which
3536
3536
constitute the arguments to the function.
3537
3537
\begin {note }
3538
- If the postfix expression is a function or member function name,
3538
+ If the postfix expression is a function name,
3539
3539
the appropriate function and the validity of the call
3540
3540
are determined according to the rules in~\ref {over.match }.
3541
3541
\end {note }
3564
3564
3565
3565
\pnum
3566
3566
\begin {note }
3567
- If a function or member function name is used, and name
3567
+ If a function name is used, and name
3568
3568
lookup\iref {basic.lookup } does not find a declaration of that name,
3569
3569
the program is ill-formed. No function is implicitly declared by such a
3570
3570
call.
8601
8601
in an immediate-escalating function.
8602
8602
8603
8603
\pnum
8604
- An \defnadj {immediate}{function} is a function or constructor that is
8604
+ An \defnadj {immediate}{function} is a function that is
8605
8605
\begin {itemize }
8606
8606
\item
8607
8607
declared with the \keyword {consteval} specifier, or
You can’t perform that action at this time.
0 commit comments