Title
Evaluation of left side of object-expression
Status
tc1
Section
11.4.9 [class.static]
Submitter
Mike Miller

Created on 1998-10-06.00:00:00 last changed 254 months ago

Messages

Date: 1999-04-15.00:00:00

Proposed Resolution (10/99): Replace "is always evaluated" by "is evaluated" in 11.4.9 [class.static] paragraph 2.

Date: 2022-11-20.07:54:16

Paragraph 2 says that "the object-expression is always evaluated" when the class member syntax is used to refer to a static member. This presumably should say that the object expression is evaluated if the member access is performed, i.e., not if the overall expression is the operand of sizeof or the unevaluated branch of ?:, ||, or &&.

Proposed Resolution (10/99): Replace "is always evaluated" by "is evaluated" in 11.4.9 [class.static] paragraph 2.

History
Date User Action Args
2003-04-25 00:00:00adminsetstatus: dr -> tc1
2000-02-23 00:00:00adminsetstatus: ready -> dr
1999-09-14 00:00:00adminsetmessages: + msg84
1999-09-14 00:00:00adminsetstatus: open -> ready
1998-10-06 00:00:00admincreate