X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=boost%2Ftype_traits%2Falignment_of.hpp;h=e1735dcc68b5edebbcfdf417a6acd9274ea6d1df;hp=51357ce5608211e1d43d1e5c4e385ec530302a86;hb=2d71eb92104693ca9baa5a2e1c23eeca776d8fd3;hpb=a95154919f950f86de9104b2b9dcf1f0c7e83387 diff --git a/boost/type_traits/alignment_of.hpp b/boost/type_traits/alignment_of.hpp index 51357ce..e1735dc 100644 --- a/boost/type_traits/alignment_of.hpp +++ b/boost/type_traits/alignment_of.hpp @@ -93,7 +93,7 @@ BOOST_TT_AUX_SIZE_T_TRAIT_DEF1(alignment_of,T,::boost::detail::alignment_of_impl #ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION template struct alignment_of - : alignment_of + : public alignment_of { }; #endif