Added boost::detail::max_align to Borland-specific implementation.

[SVN r18746]
This commit is contained in:
Eric Friedman
2003-06-09 22:16:19 +00:00
parent 26b87b8ca0
commit 37ed08578f

View File

@ -137,6 +137,9 @@ struct a16{ long double s; };
}
namespace detail {
typedef ::boost::align::a16 max_align;
BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pod,::boost::align::a2,true)
BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pod,::boost::align::a4,true)
BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pod,::boost::align::a8,true)