Title
Calling explicit object member functions
Status
open
Section
7.6.1.3 [expr.call]
Submitter
Matthew House

Created on 2023-01-16.00:00:00 last changed 15 months ago

Messages

Date: 2023-01-16.00:00:00

Subclause 7.6.1.3 [expr.call] paragraphs 1 and 2 do not properly handle explicit object member functions. Such a function can be called via a function pointer, via an lvalue obtained by dereferencing a function pointer, and via a class member access expression.

History
Date User Action Args
2023-01-16 00:00:00admincreate