This page is a snapshot from the LWG issues list, see theLibrary Active Issues List for more information and the meaning ofCD1 status.
aligned_unionSection: 21.3.9.7[meta.trans.other]Status:CD1Submitter: Jens MaurerOpened: 2008-06-12Last modified: 2016-01-28
Priority:Not Prioritized
View all otherissues in [meta.trans.other].
View all issues withCD1 status.
Discussion:
With the arrival of extended unions (N2544),there is noknown use ofaligned_union that couldn't be handled bythe "extended unions" core-language facility.
Proposed resolution:
Remove the following signature from 21.3.3[meta.type.synop]:
template <std::size_t Len, class... Types> struct aligned_union;
Remove the second row from table 51 in 21.3.9.7[meta.trans.other],starting with:
template <std::size_t Len,class... Types>struct aligned_union;