Title
Defect report
Status
nad editorial
Section
[meta.unary.prop]
Submitter
David Abrahams

Created on 2009-10-16.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Change all the traits in question following this pattern:

T is a trivial type (3.9) or a class type with a trivial default constructor (12.1), or an array of such a class type.

i.e., add a comma and delete a "class."

Date: 2010-10-21.18:28:33

Rationale:

The wording is OK as is, since an array of a trivial type is a trivial type. Project editor may wish to accept the suggested wording as editorial.

Date: 2010-10-21.18:28:33

[ 2009-10 post-Santa Cruz: ]

An array of a trivial type is a trivial type.

Mark as Tentatively NAD Editorial. The wording is OK as is, since an array of a trivial type is a trivial type, but the wording as proposed might be clearer.

Date: 2009-10-16.00:00:00

Table 43 defines a number of traits that yield true for arrays of class types with the trait's property, but not arrays of other types with that property. For example, has_trivial_default_constructor:

T is a trivial type (3.9) or a class type with a trivial default constructor (12.1) or an array of such a class type.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg1274
2010-10-21 18:28:33adminsetmessages: + msg1273
2010-10-21 18:28:33adminsetmessages: + msg1272
2009-10-16 00:00:00admincreate