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