Title
Default constructor and deleted or inaccessible destructors
Status
nad
Section
11.4.5 [class.ctor]
Submitter
Daniel Krügler

Created on 2011-12-08.00:00:00 last changed 148 months ago

Messages

Date: 2012-01-15.00:00:00

Rationale (January, 2012):

The supposedly-missing text is actually already present.

Date: 2022-11-20.07:54:16

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.

History
Date User Action Args
2012-02-27 00:00:00adminsetmessages: + msg3849
2012-02-27 00:00:00adminsetstatus: open -> nad
2011-12-08 00:00:00admincreate