Removed digraph

[SVN r21169]
This commit is contained in:
Douglas Gregor
2003-12-07 14:31:12 +00:00
parent f165299dd0
commit 4ae0967156

View File

@ -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<int Align>
struct is_pod<::boost::detail::lower_alignment<Align> >
struct is_pod< ::boost::detail::lower_alignment<Align> >
{
BOOST_STATIC_CONSTANT(std::size_t, value = true);
BOOST_STATIC_CONSTANT(std::size_t, value = true);
};
#endif