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


1427. Default constructor and deleted or inaccessible destructors

Section: 11.4.5  [class.ctor]     Status: NAD     Submitter: Daniel Krügler     Date: 2011-12-08

The list of causes for a defaulted default constructor to be defined as deleted, given in 11.4.5 [class.ctor] paragraph 5, should have a case for subobjects of a type with a destructor that is deleted or inaccessible from the defaulted constructor.

Rationale (January, 2012):

The supposedly-missing text is actually already present.