|
Rosetta
|
macros for using function attributes in a portable way More...
Macros | |
| #define | __has_cpp_attribute(x) 0 |
| #define | NODISCARD_ATTR |
| #define | UNUSED_ATTR |
| #define | PURE_ATTR |
| #define | CONST_ATTR |
| #define | NORETURN_ATTR [[noreturn]] |
macros for using function attributes in a portable way
| #define __has_cpp_attribute | ( | x | ) | 0 |
| #define CONST_ATTR |
| #define NODISCARD_ATTR |
| #define NORETURN_ATTR [[noreturn]] |
| #define PURE_ATTR |
| #define UNUSED_ATTR |