mirror of
https://github.com/boostorg/function.git
synced 2025-12-16 02:18:34 +01: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