ATLAS Offline Software
|
Macro wrapping the [[nodiscard]] attribute. More...
Go to the source code of this file.
Macros | |
#define | ATLAS_NODISCARD [[nodiscard]] |
Macro wrapping the [[nodiscard]] attribute.
cppyy will generate wrappers both for functions returning a value and the value being discarded. If we have [[nodiscard]] on, then we'll get warnings when cling compiles these wrappers. Since these wrappers are automatically generated by cppyy, we can't really avoid these other than by disabling them for the cling case.
Definition in file nodiscard.h.
#define ATLAS_NODISCARD [[nodiscard]] |
Definition at line 19 of file nodiscard.h.