forked from boostorg/type_traits
Added boost::detail::max_align to Borland-specific implementation.
[SVN r18746]
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user