From 8ec31e802e989d52d0ecf0e85a596606078424b0 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 7 Dec 2003 17:11:11 +0000 Subject: [PATCH] Potential fix for Intel/Win32 [SVN r21170] --- include/boost/type_traits/type_with_alignment.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/type_traits/type_with_alignment.hpp b/include/boost/type_traits/type_with_alignment.hpp index a68ebf5..fb284f8 100644 --- a/include/boost/type_traits/type_with_alignment.hpp +++ b/include/boost/type_traits/type_with_alignment.hpp @@ -173,7 +173,7 @@ BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pod,::boost::detail::lower_alignment<32> , } // namespace detail #ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION -template +template struct is_pod< ::boost::detail::lower_alignment > { BOOST_STATIC_CONSTANT(std::size_t, value = true);