From 4e54b5db92d302fe51c863c6152f3cd6df2d7a64 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 24 Aug 2004 13:50:03 +0000 Subject: [PATCH] Fix int/size_t issues [SVN r24711] --- include/boost/type_traits/type_with_alignment.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/type_traits/type_with_alignment.hpp b/include/boost/type_traits/type_with_alignment.hpp index 1281cfc..64351cc 100644 --- a/include/boost/type_traits/type_with_alignment.hpp +++ b/include/boost/type_traits/type_with_alignment.hpp @@ -158,7 +158,7 @@ union max_align #undef BOOST_TT_CHOOSE_MIN_ALIGNMENT #undef BOOST_TT_CHOOSE_T -template +template struct is_aligned { BOOST_STATIC_CONSTANT(bool, @@ -189,7 +189,7 @@ struct is_pod< ::boost::detail::lower_alignment > // This alignment method originally due to Brian Parker, implemented by David // Abrahams, and then ported here by Doug Gregor. -template +template class type_with_alignment { typedef detail::lower_alignment t1;