CWG Issue 1516 (original) (raw)
This is an unofficial snapshot of the ISO/IEC JTC1 SC22 WG21 Core Issues List revision 118e. See http://www.open-std.org/jtc1/sc22/wg21/ for the official list.
2025-11-05
1516. Definition of “virtual function call”
Section: 7.6.1.3 [expr.call]Status: CD3Submitter: Nikolay IvchenkovDate: 2012-07-05
[Moved to DR at the April, 2013 meeting.]
The terms “virtual function call” and “virtual call” are used in the Standard but are not defined.
Proposed resolution (August, 2012):
Change 7.6.1.3 [expr.call] paragraph 1 as follows:
If the selected function is non-virtual, or if the_id-expression_ in the class member access expression is a_qualified-id_, that function is called. Otherwise, its final overrider (11.7.3 [class.virtual]) in the dynamic type of the object expression is called; such a call is referred to as a_virtual function call_.