------- Additional Comments From bkoz at gcc dot gnu dot org 2004-10-18 18:57 ------- Giovanni, this is applicable to TR1 via
4.5.5 Other transformations [tr.meta.trans.other] template <std :: size_t Len , std :: size_t Align > struct aligned_storage { typedef unspecified type ; }; 1 type: an implementation defined POD type with size Len and alignment Align, and suitable for use as uninitialized storage for any object of a type whose size is Len and whose alignment is Align. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17743