Title
Move assignment operators and virtual bases
Status
nad
Section
11.4.6 [class.copy.assign]
Submitter
Jason Merrill

Created on 2010-06-22.00:00:00 last changed 166 months ago

Messages

Date: 2010-08-15.00:00:00

Rationale (August, 2010):

CWG felt that there was insufficient motivation to change this at this time.

Date: 2022-11-20.07:54:16

In 11.4.5.3 [class.copy.ctor] paragraph 25, a move assignment operator is defined as deleted if it has any direct or indirect virtual base class. This could be relaxed to apply only if a virtual base is derived from more than once in the DAG.

History
Date User Action Args
2010-08-23 00:00:00adminsetmessages: + msg2950
2010-06-22 00:00:00admincreate