48c48 < (alignment_of::value == target && !BOOST_PP_CAT(found,I)), \ --- > (alignment_of< T >::value == target && !BOOST_PP_CAT(found,I)), \ 51c51 < alignment_of::value == target || BOOST_PP_CAT(found,I) } ; --- > alignment_of< T >::value == target || BOOST_PP_CAT(found,I) } ;