|
repr 0.1
Reconstructable string representations and more
|
Go to the source code of this file.
Macros | |
| #define | LIBREPR_WARNING_DISABLE_MSVC(...) |
| #define | LIBREPR_WARNING_DISABLE_CLANG(...) |
| #define | LIBREPR_WARNING_DISABLE_GCC(...) |
| #define | LIBREPR_WARNING_DISABLE(COMPILER, WARNING) LIBREPR_WARNING_DISABLE_##COMPILER(WARNING) |
| #define LIBREPR_WARNING_DISABLE | ( | COMPILER, | |
| WARNING | |||
| ) | LIBREPR_WARNING_DISABLE_##COMPILER(WARNING) |
| #define LIBREPR_WARNING_DISABLE_CLANG | ( | ... | ) |
| #define LIBREPR_WARNING_DISABLE_GCC | ( | ... | ) |
| #define LIBREPR_WARNING_DISABLE_MSVC | ( | ... | ) |