Created on 1999-05-04.00:00:00 last changed 160 months ago
Rationale (August, 2011):
These concerns have been addressed by other changes.
Proposed Resolution (November, 2006):
This issue is resolved by the proposed resolution for issue 535.
Jack Rouse: In 11.4.5.3 [class.copy.ctor] paragraph 8, the standard includes the following about the copying of class subobjects in such a constructor:
Mike Miller: I'm more concerned about 11.4.5.3 [class.copy.ctor] paragraph 7, which lists the situations in which an implicitly-defined copy constructor can render a program ill-formed. Inaccessible and ambiguous copy constructors are listed, but not a copy constructor with a cv-qualification mismatch. These two paragraphs taken together could be read as requiring the calling of a copy constructor with a non-const reference parameter for a const data member.
History | |||
---|---|---|---|
Date | User | Action | Args |
2011-09-06 00:00:00 | admin | set | messages: + msg3581 |
2011-09-06 00:00:00 | admin | set | status: review -> nad |
2008-02-03 00:00:00 | admin | set | messages: + msg1565 |
2008-02-03 00:00:00 | admin | set | status: open -> review |
1999-05-04 00:00:00 | admin | create |