fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / boost / rtti.patch.0
blobfb689edd1503ef975cec143ae6c767741465b92c
1 --- boost/function/function_base.hpp
2 +++ boost/function/function_base.hpp
3 @@ -97,7 +97,7 @@
4         * object pointers, and a structure that resembles a bound
5         * member function pointer.
6         */
7 -      union function_buffer
8 +      union BOOST_SYMBOL_VISIBLE function_buffer
9        {
10          // For pointers to function objects
11          mutable void* obj_ptr;
12 @@ -159,7 +159,7 @@
13        };
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 {
18          clone_functor_tag,
19          move_functor_tag,
20          destroy_functor_tag,