From 4ae0967156843e8996d4edf43a52c3ce15523865 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 7 Dec 2003 14:31:12 +0000 Subject: [PATCH] Removed digraph [SVN r21169] --- 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 e7d2736..a68ebf5 100644 --- a/include/boost/type_traits/type_with_alignment.hpp +++ b/include/boost/type_traits/type_with_alignment.hpp @@ -174,9 +174,9 @@ BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pod,::boost::detail::lower_alignment<32> , #ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION template -struct is_pod<::boost::detail::lower_alignment > +struct is_pod< ::boost::detail::lower_alignment > { - BOOST_STATIC_CONSTANT(std::size_t, value = true); + BOOST_STATIC_CONSTANT(std::size_t, value = true); }; #endif