mirror of
https://github.com/boostorg/optional.git
synced 2025-07-29 20:17:21 +02:00
committed by
Andrzej Krzemienski
parent
9bd310086a
commit
a43db097ca
@ -127,7 +127,7 @@ class aligned_storage
|
||||
union
|
||||
// This works around GCC warnings about breaking strict aliasing rules when casting storage address to T*
|
||||
#if defined(BOOST_OPTIONAL_DETAIL_USE_ATTRIBUTE_MAY_ALIAS)
|
||||
__attribute__((may_alias))
|
||||
__attribute__((__may_alias__))
|
||||
#endif
|
||||
dummy_u
|
||||
{
|
||||
|
Reference in New Issue
Block a user