forked from boostorg/function
Fix for Borland compilers.
[SVN r39657]
This commit is contained in:
@ -437,8 +437,9 @@ namespace boost {
|
|||||||
if (base.manager)
|
if (base.manager)
|
||||||
base.manager(functor, functor, destroy_functor_tag);
|
base.manager(functor, functor, destroy_functor_tag);
|
||||||
}
|
}
|
||||||
|
#ifndef BOOST_NO_PRIVATE_IN_AGGREGATE
|
||||||
private:
|
private:
|
||||||
|
#endif
|
||||||
// Function pointers
|
// Function pointers
|
||||||
template<typename FunctionPtr>
|
template<typename FunctionPtr>
|
||||||
bool
|
bool
|
||||||
|
Reference in New Issue
Block a user