1 --- boost/function/function_base.hpp
2 +++ boost/function/function_base.hpp
4 * object pointers, and a structure that resembles a bound
5 * member function pointer.
7 - union function_buffer
8 + union BOOST_SYMBOL_VISIBLE function_buffer
10 // For pointers to function objects
11 mutable void* obj_ptr;
15 // The operation type to perform on the given functor/function pointer
16 - enum functor_manager_operation_type {
17 + enum BOOST_SYMBOL_VISIBLE functor_manager_operation_type {