Title
Confusing term "this parameter"
Status
open
Section
7.6.1.3 [expr.call]
Submitter
Anoop Rana

Created on 2022-11-23.00:00:00 last changed 16 months ago

Messages

Date: 2022-12-04.13:35:28

Suggested resolution:

Change in 7.6.1.3 [expr.call] paragraph 7 as follows:

If the function is an implicit object member function, the this implicit object parameter of the function (7.5.2 [expr.prim.this]) is initialized with a pointer to the object of the call, converted as if by an explicit type conversion (7.6.3 [expr.cast]).
Date: 2022-11-23.00:00:00

Subclause 7.6.1.3 [expr.call] paragraph 7 specifies:

If the function is an implicit object member function, the this parameter of the function (7.5.2 [expr.prim.this]) is initialized with a pointer to the object of the call, converted as if by an explicit type conversion (7.6.3 [expr.cast]).

The term "this parameter" is undefined.

History
Date User Action Args
2022-12-04 13:35:28adminsetmessages: + msg7083
2022-11-23 00:00:00admincreate