Title
Cv-qualification and literal types
Status
cd4
Section
6.8 [basic.types]
Submitter
Richard Smith

Created on 2014-06-19.00:00:00 last changed 87 months ago

Messages

Date: 2015-05-15.00:00:00

[Moved to DR at the May, 2015 meeting.]

Date: 2015-04-15.00:00:00

Proposed resolution (April, 2015):

Change 6.8 [basic.types] paragraph 10 as follows:

A type is a literal type if it is:

  • possibly cv-qualified void; or

  • a scalar type; or

  • a reference type; or

  • an array of literal type; or

  • a possibly cv-qualified class type ( Clause 11 [class]) that has all of the following properties:

    • ...

Date: 2014-06-19.00:00:00

6.8 [basic.types] paragraph 10 isn't clear whether a const-qualified class type can be a literal type, and the same for const void.

History
Date User Action Args
2017-02-06 00:00:00adminsetstatus: drwp -> cd4
2015-11-10 00:00:00adminsetstatus: dr -> drwp
2015-05-25 00:00:00adminsetmessages: + msg6042
2015-05-25 00:00:00adminsetstatus: tentatively ready -> dr
2015-04-13 00:00:00adminsetmessages: + msg5310
2015-04-13 00:00:00adminsetstatus: drafting -> tentatively ready
2014-06-19 00:00:00admincreate