Title
is_constructible reports false positives
Status
resolved
Section
[meta.unary.prop]
Submitter
DIN

Created on 2010-08-25.00:00:00 last changed 157 months ago

Messages

Date: 2011-05-09.23:20:35

Proposed resolution:

Remove all false positives from the domain of is_constructible.

Date: 2010-10-21.19:47:27

[ Resolved in Rapperswil by paper N3047. ]

Date: 2010-10-24.10:50:39

Addresses DE-19

The fundamental trait is_constructible reports false positives, e.g.

is_constructible<char*, void*>::value

evaluates to true, even though a corresponding variable initialization would be ill-formed.

History
Date User Action Args
2011-05-09 23:20:35adminsetmessages: + msg5772
2010-11-19 19:04:45adminsetstatus: nad editorial -> resolved
2010-10-21 19:47:27adminsetmessages: + msg4804
2010-08-25 00:00:00admincreate