|
guanaqo
develop
Utilities for scientific software
|
Compiler feature detection helpers.
Definition in file compiler.h.
Go to the source code of this file.
Macros | |
| #define | GUANAQO_CLANG_OLDER_THAN(maj) |
| #define | GUANAQO_GCC_OLDER_THAN(maj) |
| #define | GUANAQ_MSVC_OLDER_THAN(maj, min) |
| #define GUANAQO_CLANG_OLDER_THAN | ( | maj | ) |
Definition at line 10 of file compiler.h.
| #define GUANAQO_GCC_OLDER_THAN | ( | maj | ) |
Definition at line 16 of file compiler.h.
| #define GUANAQ_MSVC_OLDER_THAN | ( | maj, | |
| min ) |
Definition at line 22 of file compiler.h.