diff --git a/include/boost/function/function_base.hpp b/include/boost/function/function_base.hpp index 39b5dec..53ba8e6 100644 --- a/include/boost/function/function_base.hpp +++ b/include/boost/function/function_base.hpp @@ -78,6 +78,8 @@ namespace boost { #if defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730 && !defined(BOOST_STRICT_CONFIG) // The library shipping with MIPSpro 7.3.1.3m has a broken allocator +class function_base; + template > class function;