Cthulhu  0.2.10
Cthulhu compiler collection
cxx_compat.h File Reference
This graph shows which files directly or indirectly include this file:

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(...)
 

Macro Definition Documentation

◆ CT_CPLUSPLUS

#define CT_CPLUSPLUS   0

Definition at line 12 of file cxx_compat.h.

◆ CT_HAS_CXX_ATTRIBUTE

#define CT_HAS_CXX_ATTRIBUTE (   x)    0

check if the compiler supports a c++ attribute

Definition at line 28 of file cxx_compat.h.

◆ CTX_CONSTEXPR

#define CTX_CONSTEXPR

Definition at line 37 of file cxx_compat.h.

◆ CTX_IMPL

#define CTX_IMPL (   ...)

Definition at line 38 of file cxx_compat.h.

◆ CTX_TEST

#define CTX_TEST (   name)

Definition at line 36 of file cxx_compat.h.