Created on 2010-08-25.00:00:00 last changed 164 months ago
Proposed resolution:
Remove all false positives from the domain of is_constructible.
[ Resolved in Rapperswil by paper N3047. ]
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:35 | admin | set | messages: + msg5772 |
2010-11-19 19:04:45 | admin | set | status: nad editorial -> resolved |
2010-10-21 19:47:27 | admin | set | messages: + msg4804 |
2010-08-25 00:00:00 | admin | create |