Title
Removal of aligned_union
Status
cd1
Section
[meta.trans.other]
Submitter
Jens Maurer

Created on 2008-06-12.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Remove the following signature from [meta.type.synop]:

template <std::size_t Len, class... Types> struct aligned_union;

Remove the second row from table 51 in [meta.trans.other], starting with:

template <std::size_t Len,
class... Types>
struct aligned_union;
Date: 2008-06-12.00:00:00

With the arrival of extended unions (N2544), there is no known use of aligned_union that couldn't be handled by the "extended unions" core-language facility.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg4070
2008-06-12 00:00:00admincreate