From f17876969da7bde7e4f928e02561c056b7083c19 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 10 Apr 2002 06:07:51 +0000 Subject: [PATCH] Removed Ralf's workaround for my bug [SVN r13422] --- include/boost/python/detail/config.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/boost/python/detail/config.hpp b/include/boost/python/detail/config.hpp index c0cb41e2..8b8bea42 100644 --- a/include/boost/python/detail/config.hpp +++ b/include/boost/python/detail/config.hpp @@ -81,9 +81,7 @@ # define BOOST_PYTHON_STATIC_LINK #endif -#if defined(__MWERKS__) \ - || (defined(__DECCXX_VER) && __DECCXX_VER <= 60590002) \ - || (defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if defined(__MWERKS__) # define BOOST_PYTHON_NO_TEMPLATE_EXPORT #endif