]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/type_traits/msvc/typeof.hpp
Updated boost to v1.55.0
[rsem.git] / boost / type_traits / msvc / typeof.hpp
index ebb0e803f600bf8dd15f3241f823979a6944bbed..b95785d521ff22a77d39f0c485b5ea176c06822c 100644 (file)
@@ -20,7 +20,7 @@ namespace boost { namespace detail {
         };
 
         template<typename T, typename ID>
-        struct msvc_register_type : msvc_extract_type<ID>
+        struct msvc_register_type : public msvc_extract_type<ID>
         {
             template<>
             struct id2type_impl<true>  //VC7.0 specific bugfeature
@@ -36,7 +36,7 @@ namespace boost { namespace detail {
         };
 
         template<typename T, typename ID>
-        struct msvc_register_type : msvc_extract_type<ID>
+        struct msvc_register_type : public msvc_extract_type<ID>
         {
             typedef msvc_extract_type<ID> base_type;
             struct base_type::id2type // This uses nice VC6.5 and VC7.1 bugfeature