From 8d7f2ed1a578e32907a44d6adc41be6b5f0fd986 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 27 Jan 2024 07:00:49 +0200 Subject: [PATCH] Remove SGI workaround --- include/boost/function/function_fwd.hpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/boost/function/function_fwd.hpp b/include/boost/function/function_fwd.hpp index 01e2fc0..e89b9c7 100644 --- a/include/boost/function/function_fwd.hpp +++ b/include/boost/function/function_fwd.hpp @@ -10,15 +10,6 @@ #define BOOST_FUNCTION_FWD_HPP #include -#if defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730 && !defined(BOOST_STRICT_CONFIG) -// Work around a compiler bug. -// boost::python::objects::function has to be seen by the compiler before the -// boost::function class template. -namespace boost { namespace python { namespace objects { - class function; -}}} -#endif - #if defined(BOOST_BCB_PARTIAL_SPECIALIZATION_BUG) \ || !(defined(BOOST_STRICT_CONFIG) || !defined(__SUNPRO_CC) || __SUNPRO_CC > 0x540) # define BOOST_FUNCTION_NO_FUNCTION_TYPE_SYNTAX