EVMC
|
A collection of helper macros to handle some non-portable features of C/C++ compilers. More...
Go to the source code of this file.
Macros | |
#define | EVMC_EXPORT __attribute__((visibility("default"))) |
Marks a function to be exported from a shared library. | |
#define | EVMC_NOEXCEPT |
Safe way of marking a function with noexcept C++ specifier. | |
A collection of helper macros to handle some non-portable features of C/C++ compilers.
Definition in file utils.h.