cid#1607171 Data race condition
[LibreOffice.git] / external / boost / rtti.patch.0
blob249977a68721d6d2b8227aee42b3e6ac1a0ff87f
1 Visible function type RTTI for Clang -fsanitize=function
3 --- boost/function/function_base.hpp
4 +++ boost/function/function_base.hpp
5 @@ -159,7 +159,7 @@
6        };
7  
8        // The operation type to perform on the given functor/function pointer
9 -      enum functor_manager_operation_type {
10 +      enum BOOST_SYMBOL_VISIBLE functor_manager_operation_type {
11          clone_functor_tag,
12          move_functor_tag,
13          destroy_functor_tag,