From 6a79b6014b0d3990e1b5969046a0b4b0ce2eee69 Mon Sep 17 00:00:00 2001 From: Alisdair Meredith Date: Tue, 17 Jan 2006 08:28:32 +0000 Subject: [PATCH] Removed unused workaround definition [SVN r32340] --- include/boost/iterator/detail/config_def.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/boost/iterator/detail/config_def.hpp b/include/boost/iterator/detail/config_def.hpp index 82b3b52..3aba895 100644 --- a/include/boost/iterator/detail/config_def.hpp +++ b/include/boost/iterator/detail/config_def.hpp @@ -109,11 +109,6 @@ #endif -#if BOOST_WORKAROUND(__GNUC__, == 2 && __GNUC_MINOR__ == 95) \ - || BOOST_WORKAROUND(__MWERKS__, <= 0x2407) \ - || BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x551)) -# define BOOST_ITERATOR_NO_MPL_AUX_HAS_XXX // "MPL's has_xxx facility doesn't work" -#endif #if !defined(BOOST_MSVC) && (defined(BOOST_NO_SFINAE) || defined(BOOST_NO_IS_CONVERTIBLE) || defined(BOOST_NO_IS_CONVERTIBLE_TEMPLATE)) # define BOOST_NO_STRICT_ITERATOR_INTEROPERABILITY