From 6aa71e1f72d8cfb916f77f12beb0dd621eee775e Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 8 Mar 2003 08:53:19 +0000 Subject: [PATCH] Remove flotsam [SVN r17783] --- .../boost/python/detail/indirect_traits.hpp | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/include/boost/python/detail/indirect_traits.hpp b/include/boost/python/detail/indirect_traits.hpp index f4986143..3e80d519 100644 --- a/include/boost/python/detail/indirect_traits.hpp +++ b/include/boost/python/detail/indirect_traits.hpp @@ -176,15 +176,6 @@ template struct is_reference_to_class : mpl::and_< is_reference -# if 0 && BOOST_WORKAROUND(__MWERKS__, <= 0x2407) - , mpl::not_< - is_enum< - typename remove_cv< - typename remove_reference::type - >::type - > - > -# endif , is_class< typename remove_cv< typename remove_reference::type @@ -198,15 +189,6 @@ template struct is_pointer_to_class : mpl::and_< is_pointer -# if 0 && BOOST_WORKAROUND(__MWERKS__, <= 0x2407) - , mpl::not_< - is_enum< - typename remove_cv< - typename remove_pointer::type - >::type - > - > -# endif , is_class< typename remove_cv< typename remove_pointer::type