mirror of
https://github.com/boostorg/function.git
synced 2025-07-23 01:17:14 +02:00
- Make manager and functor members of function_base public instead of protected, because attempt to make HP aCC compile Boost.Function function_template.hpp: - HP aCC seems to believe that the functor and manager members inherited from function_base are inaccessible. So qualify them with the function_base base class. [SVN r12298]