Cthulhu
0.2.10
Cthulhu compiler collection
|
Go to the source code of this file.
Macros | |
#define | CT_CPLUSPLUS 0 |
#define | CT_HAS_CXX_ATTRIBUTE(x) 0 |
check if the compiler supports a c++ attribute More... | |
#define | CTX_TEST(name) |
#define | CTX_CONSTEXPR |
#define | CTX_IMPL(...) |
#define CT_CPLUSPLUS 0 |
Definition at line 12 of file cxx_compat.h.
#define CT_HAS_CXX_ATTRIBUTE | ( | x | ) | 0 |
check if the compiler supports a c++ attribute
Definition at line 28 of file cxx_compat.h.
#define CTX_CONSTEXPR |
Definition at line 37 of file cxx_compat.h.
#define CTX_IMPL | ( | ... | ) |
Definition at line 38 of file cxx_compat.h.
#define CTX_TEST | ( | name | ) |
Definition at line 36 of file cxx_compat.h.