Skip to content

Commit deb16d9

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

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
@@ -3764,7 +3764,7 @@
37643764
\grammarterm{initializer-clause}{s} which
37653765
constitute the arguments to the function.
37663766
\begin{note}
3767-
If the postfix expression is a function or member function name,
3767+
If the postfix expression is a function name,
37683768
the appropriate function and the validity of the call
37693769
are determined according to the rules in~\ref{over.match}.
37703770
\end{note}
@@ -3793,7 +3793,7 @@
37933793

37943794
\pnum
37953795
\begin{note}
3796-
If a function or member function name is used, and name
3796+
If a function name is used, and name
37973797
lookup\iref{basic.lookup} does not find a declaration of that name,
37983798
the program is ill-formed. No function is implicitly declared by such a
37993799
call.
@@ -9155,7 +9155,7 @@
91559155
in an immediate-escalating function.
91569156

91579157
\pnum
9158-
An \defnadj{immediate}{function} is a function or constructor that is either
9158+
An \defnadj{immediate}{function} is a function that is either
91599159
\begin{itemize}
91609160
\item
91619161
declared with the \keyword{consteval} specifier, or

0 commit comments

Comments
 (0)