Title
Defaulted move constructor for a union
Status
c++11
Section
11.4.5.3 [class.copy.ctor]
Submitter
Mike Miller

Created on 2010-03-23.00:00:00 last changed 123 months ago

Messages

Date: 2010-11-15.00:00:00

[Voted into the WP at the November, 2010 meeting.]

Date: 2010-08-15.00:00:00

Proposed resolution (August, 2010):

This issue is resolved by the resolution of issue 1051.

Date: 2022-02-18.07:47:23
N3092 comment USĀ 63

The new wording in 11.4.5.3 [class.copy.ctor] specifies the behavior of an implicitly-defined copy constructor for a non-union class (paragraph 16), an implicitly-defined move constructor for a non-union class (paragraph 17), and an implicitly-defined copy constructor for a union (paragraph 18), but not an implicitly-defined move constructor for a union.

History
Date User Action Args
2014-03-03 00:00:00adminsetstatus: fdis -> c++11
2011-04-10 00:00:00adminsetstatus: dr -> fdis
2010-11-29 00:00:00adminsetmessages: + msg3188
2010-11-29 00:00:00adminsetstatus: tentatively ready -> dr
2010-10-18 00:00:00adminsetstatus: ready -> tentatively ready
2010-08-23 00:00:00adminsetmessages: + msg2796
2010-08-23 00:00:00adminsetstatus: open -> ready
2010-03-23 00:00:00admincreate