 |
Blaze 3.9
|
Go to the documentation of this file.
35#ifndef _BLAZE_SYSTEM_NOUNIQUEADDRESS_H_
36#define _BLAZE_SYSTEM_NOUNIQUEADDRESS_H_
50#if ( defined(__GNUC__) && __GNUC__ >= 9 ) || ( defined(__clang__) && !defined(__apple_build_version__) && __clang_major__ >= 9 )
51# define BLAZE_NO_UNIQUE_ADDRESS [[no_unique_address]]
53# define BLAZE_NO_UNIQUE_ADDRESS