From b62c8066a3b71d0b61d272ddbaa83e09c134c877 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 15 Dec 2002 15:20:28 +0000 Subject: [PATCH] Forward-declare function_base for use in the allocator [SVN r16617] --- include/boost/function/function_base.hpp | 2 ++ 1 file changed, 2 insertions(+) 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;