This is an unofficial snapshot of the ISO/IEC JTC1 SC22 WG21 Core Issues List revision 114a. See http://www.open-std.org/jtc1/sc22/wg21/ for the official list.

2024-04-18


1855. Out-of-lifetime access to nonstatic data members

Section: 11.9.5  [class.cdtor]     Status: dup     Submitter: Mike Miller     Date: 2014-02-11

The resolution of issue 597 and anticipated resolution of issue 1517 allow access to non-virtual base classes outside the lifetime of the object. However, for no apparent reason, references to nonstatic data members are still prohibited. This disparity should be rectified.

Rationale (November, 2014):

This issue is a duplicate of issue 1530.