Title
T() for array types
Status
dup
Section
7.6.1.4 [expr.type.conv]
Submitter
Daniel Krügler

Created on 2011-04-18.00:00:00 last changed 123 months ago

Messages

Date: 2014-02-15.00:00:00

Rationale (February, 2014):

This is a duplicate of issue 914.

Date: 2011-08-15.00:00:00

Rationale (August, 2011):

The implications of array temporaries for the language should be considered by the Evolution Working Group in a comprehensive fashion rather than on a case-by-case basis. See also issues 1307, 1326, and 1525.

Date: 2022-11-20.07:54:16

In an expression of the form T(), 7.6.1.4 [expr.type.conv] paragraph 2 requires that T not be an array type. Now that temporary arrays can be created via a braced-init-list (see issue 1232), this restriction should be eliminated.

History
Date User Action Args
2014-03-03 00:00:00adminsetmessages: + msg4988
2014-03-03 00:00:00adminsetstatus: extension -> dup
2012-09-24 00:00:00adminsetmessages: + msg4036
2011-04-18 00:00:00admincreate