ATLAS Offline Software
|
Wrapper for C++20 no_unique_address attribute. More...
Go to the source code of this file.
Macros | |
#define | HAVE_NO_UNIQUE_ADDRESS 0 |
#define | ATH_NO_UNIQUE_ADDRESS |
Wrapper for C++20 no_unique_address attribute.
ATH_NO_UNIQUE_ADDRESS
that provides the C++20 [[no_unique_address]] attribute if it is supported by the compiler.(In practice, this attribute is supported by all our current compilers, even in c++17 mode, but to be safe, use this until we switch to c++20.)
Definition in file no_unique_address.h.
#define ATH_NO_UNIQUE_ADDRESS |
Definition at line 37 of file no_unique_address.h.
#define HAVE_NO_UNIQUE_ADDRESS 0 |
Definition at line 31 of file no_unique_address.h.