Proposed resolution (February, 2010): Change the index to refer to
“implicit object parameter” and “implied object
argument” instead of the current permutations of these
terms. Change 12.2 [over.match] paragraph 1 as follows: Change 12.2.2 [over.match.funcs] paragraph 4 as follows: Change the footnote in 12.2.4 [over.match.best]
bullet 1.1 as follows:
...how well (for non-static member functions) the object matches
the
implied implicit object parameter...
...For conversion functions, the function is considered to be a
member of the class of the
implicit implied
object argument for the purpose of defining the type of the
implicit object parameter...
parameter argument, has no
effect in the determination of whether the function is better or
worse than any other function. —end
footnote]
The terminology used to refer to the parameter for
this and its corresponding argument is inconsistent,
sometimes using “implied” and sometimes
“implicit.” It would be easier to search the text of
the Standard if this usage were made regular.