mirror of
https://github.com/boostorg/function.git
synced 2025-07-29 20:37:14 +02:00
Make function_buffer visible, for UBSan
This commit is contained in:
@ -101,7 +101,7 @@ namespace boost {
|
||||
} obj_ref;
|
||||
};
|
||||
|
||||
union function_buffer
|
||||
union BOOST_SYMBOL_VISIBLE function_buffer
|
||||
{
|
||||
// Type-specific union members
|
||||
mutable function_buffer_members members;
|
||||
|
Reference in New Issue
Block a user