Topic: Defect report: Use of undefined concept Implicit object argument


Author: Raoul De Kezel <raouldekezel@hotmail.com>
Date: 09 Jul 01 20:21:02 GMT
Raw View
 [Moderator's note: this defect report has been
 forwarded to the C++ committee. -moderator.]

13.3.1 [over.match.funcs] defines "implicit object parameter" and
"implied object argument".

However, paragraph 4 contains the sentence :

  "For conversion functions, the function is considered to be a
   member of the class of the implicit object argument"

"Implicit object argument" is undefined.

Suggested Resolution: Replace the quoted sentence with :

  "For conversion functions, the function is considered to be a
   member of the class of the implied object argument"

--- Raoul
---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.research.att.com/~austern/csc/faq.html                ]