Skip to content

Commit 42af83e

Browse files
committed
fix
1 parent 16a1fcf commit 42af83e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

source/overloading.tex

+2-7
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496
functions to be resolved against the same argument list.
497497
So that argument and parameter lists are comparable within this
498498
heterogeneous set, a member function is considered to have an
499-
extra parameter, called the
499+
extra first parameter, called the
500500
\defn{implicit object parameter},
501501
which represents the object for which the member function has been
502502
called.
@@ -508,13 +508,8 @@
508508
Similarly, when appropriate, the context can construct an
509509
argument list that contains an
510510
\defn{implied object argument}
511-
to denote
511+
as the first argument in the list to denote
512512
the object to be operated on.
513-
Since arguments and parameters are
514-
associated by position within their respective lists, the
515-
convention is that the implicit object parameter, if present, is
516-
always the first parameter and the implied object argument, if
517-
present, is always the first argument.
518513

519514
\pnum
520515
For non-static member functions, the type of the implicit object

0 commit comments

Comments
 (0)