forked from boostorg/function
Make function_buffer visible, for UBSan
This commit is contained in:
@ -101,7 +101,7 @@ namespace boost {
|
|||||||
} obj_ref;
|
} obj_ref;
|
||||||
};
|
};
|
||||||
|
|
||||||
union function_buffer
|
union BOOST_SYMBOL_VISIBLE function_buffer
|
||||||
{
|
{
|
||||||
// Type-specific union members
|
// Type-specific union members
|
||||||
mutable function_buffer_members members;
|
mutable function_buffer_members members;
|
||||||
|
Reference in New Issue
Block a user