Skip to content

Commit f470cd9

Browse files
[expr.call], [expr.const] A constructor is a (member) function
1 parent c4e5437 commit f470cd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/expressions.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3535,7 +3535,7 @@
35353535
\grammarterm{initializer-clause}{s} which
35363536
constitute the arguments to the function.
35373537
\begin{note}
3538-
If the postfix expression is a function or member function name,
3538+
If the postfix expression is a function name,
35393539
the appropriate function and the validity of the call
35403540
are determined according to the rules in~\ref{over.match}.
35413541
\end{note}
@@ -3564,7 +3564,7 @@
35643564

35653565
\pnum
35663566
\begin{note}
3567-
If a function or member function name is used, and name
3567+
If a function name is used, and name
35683568
lookup\iref{basic.lookup} does not find a declaration of that name,
35693569
the program is ill-formed. No function is implicitly declared by such a
35703570
call.
@@ -8601,7 +8601,7 @@
86018601
in an immediate-escalating function.
86028602

86038603
\pnum
8604-
An \defnadj{immediate}{function} is a function or constructor that is
8604+
An \defnadj{immediate}{function} is a function that is
86058605
\begin{itemize}
86068606
\item
86078607
declared with the \keyword{consteval} specifier, or

0 commit comments

Comments
 (0)