------- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-13 14:30 ------- I cannot reproduce it either with an obvious change to fix the missing >: #include <cstddef>
template < std::size_t size_ , std::size_t alignment_ = std::size_t(-1)> class aligned_storage { }; int main() { aligned_storage<1> as; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20453