Title
cv-qualification of prvalue of type “array of class”
Status
dup
Section
7.2.1 [basic.lval]
Submitter
Daveed Vandevoorde

Created on 2012-08-09.00:00:00 last changed 139 months ago

Messages

Date: 2012-10-15.00:00:00

Rationale (October, 2012):

This issue is a subset of, and resolved by the resolution of, issue 1261.

Date: 2022-11-20.07:54:16

According to 7.2.1 [basic.lval] paragraph 4,

Class prvalues can have cv-qualified types; non-class prvalues always have cv-unqualified types.

Presumably an array of a class type should also be permitted to have a cv-qualified type.

History
Date User Action Args
2012-11-03 00:00:00adminsetmessages: + msg4184
2012-11-03 00:00:00adminsetstatus: open -> dup
2012-08-09 00:00:00admincreate