]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/type_traits/alignment_of.hpp
Updated boost to v1.55.0
[rsem.git] / boost / type_traits / alignment_of.hpp
index 51357ce5608211e1d43d1e5c4e385ec530302a86..e1735dcc68b5edebbcfdf417a6acd9274ea6d1df 100644 (file)
@@ -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 <typename T>
 struct alignment_of<T&>
-    : alignment_of<T*>
+    : public alignment_of<T*>
 {
 };
 #endif