diff --git a/include/boost/move/detail/type_traits.hpp b/include/boost/move/detail/type_traits.hpp index ab79fb1..816fdca 100644 --- a/include/boost/move/detail/type_traits.hpp +++ b/include/boost/move/detail/type_traits.hpp @@ -480,7 +480,7 @@ template struct remove_all_extents { typedef typename remove_all_extents::type type; }; -template +template struct remove_all_extents { typedef typename remove_all_extents::type type;}; @@ -1003,7 +1003,7 @@ BOOST_MOVE_ALIGNED_STORAGE_WITH_BOOST_ALIGNMENT(0x1000) #else //BOOST_NO_ALIGNMENT -template +template union aligned_union { T aligner;