From 183c32f11272831dbf6aaf63e0cd391d4c0181a5 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 13 Jan 2004 19:19:35 +0000 Subject: [PATCH] merged from trunk [SVN r21697] --- include/boost/pointee.hpp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/include/boost/pointee.hpp b/include/boost/pointee.hpp index d4339b9..4f17bfd 100755 --- a/include/boost/pointee.hpp +++ b/include/boost/pointee.hpp @@ -55,14 +55,12 @@ namespace detail template struct pointee + : mpl::apply_if< + detail::is_incrementable

+ , detail::iterator_pointee

+ , detail::smart_ptr_pointee

+ > { - typedef typename remove_cv

::type stripped; - - typedef typename mpl::apply_if< - detail::is_incrementable - , detail::iterator_pointee - , detail::smart_ptr_pointee - >::type type; }; } // namespace boost