mirror of
https://github.com/boostorg/function.git
synced 2025-07-23 17:37:14 +02:00
Forward-declare function_base for use in the allocator
[SVN r16617]
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user