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/is_pointer.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cutl/details/boost/type_traits/is_pointer.hpp') diff --git a/cutl/details/boost/type_traits/is_pointer.hpp b/cutl/details/boost/type_traits/is_pointer.hpp index ea6c8ec..6e3779f 100644 --- a/cutl/details/boost/type_traits/is_pointer.hpp +++ b/cutl/details/boost/type_traits/is_pointer.hpp @@ -113,7 +113,7 @@ no_type BOOST_TT_DECL is_pointer_tester(...); template struct is_pointer_select - : ::cutl_details_boost::type_traits::false_result + : public ::cutl_details_boost::type_traits::false_result { }; @@ -133,7 +133,7 @@ struct is_pointer_select template struct is_pointer_impl - : is_pointer_select< + : public is_pointer_select< ::cutl_details_boost::type_traits::ice_or< ::cutl_details_boost::is_reference::value , ::cutl_details_boost::is_array::value -- cgit v1.1