Forward-declare function_base for use in the allocator

[SVN r16617]
This commit is contained in:
Douglas Gregor
2002-12-15 15:20:28 +00:00
parent 30917e9f6a
commit b62c8066a3

View File

@ -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<void>
class function_base;
template<typename Signature,
typename Allocator = std::allocator<function_base> >
class function;