From ed6115361006240e3c7b02295599e4534cc55a13 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 19 Oct 2013 08:57:20 +0200 Subject: Update internal Boost subset to 1.54.0 --- cutl/details/boost/type_traits/msvc/typeof.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cutl/details/boost/type_traits/msvc/typeof.hpp') diff --git a/cutl/details/boost/type_traits/msvc/typeof.hpp b/cutl/details/boost/type_traits/msvc/typeof.hpp index 6e7e270..942166c 100644 --- a/cutl/details/boost/type_traits/msvc/typeof.hpp +++ b/cutl/details/boost/type_traits/msvc/typeof.hpp @@ -20,7 +20,7 @@ namespace cutl_details_boost { namespace detail { }; template - struct msvc_register_type : msvc_extract_type + struct msvc_register_type : public msvc_extract_type { template<> struct id2type_impl //VC7.0 specific bugfeature @@ -36,7 +36,7 @@ namespace cutl_details_boost { namespace detail { }; template - struct msvc_register_type : msvc_extract_type + struct msvc_register_type : public msvc_extract_type { typedef msvc_extract_type base_type; struct base_type::id2type // This uses nice VC6.5 and VC7.1 bugfeature -- cgit v1.1