Title
Archetypes in skipped declarations
Status
concepts
Section
8.8 [stmt.dcl]
Submitter
Doug Gregor

Created on 2008-10-03.00:00:00 last changed 178 months ago

Messages

Date: 2008-10-03.00:00:00

Paper N2762 changed 8.8 [stmt.dcl] paragraph 3 from

...unless the variable has trivial type (6.8 [basic.types])...

to

...unless the variable has scalar type, class type with a trivial default constructor and a trivial destructor, a cv-qualified version of one of these types, or an array of one of the preceding types...

However, this change overrode the colliding change from N2773 that would have changed it to read

...unless the variable has effective trivial type...

The revised wording needs to be changed to allow for archetypes with the appropriate requirements.

History
Date User Action Args
2009-08-03 00:00:00adminsetstatus: drafting -> concepts
2009-03-23 00:00:00adminsetstatus: open -> drafting
2008-10-03 00:00:00admincreate