[+] Added common AU_LANG_CPP
This commit is contained in:
parent
5a8b86ade9
commit
d9648a7d38
@ -136,14 +136,19 @@
|
|||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
#if defined(_AURORA_DONT_QUESTION_ME_17)
|
#if defined(_AURORA_DONT_QUESTION_ME_17)
|
||||||
#define AU_LANG_CPP_17
|
#define AU_LANG_CPP_17
|
||||||
|
#define AU_LANG_CPP
|
||||||
#elif defined(_AURORA_DONT_QUESTION_ME_14)
|
#elif defined(_AURORA_DONT_QUESTION_ME_14)
|
||||||
#define AU_LANG_CPP_14
|
#define AU_LANG_CPP_14
|
||||||
|
#define AU_LANG_CPP
|
||||||
#elif __cplusplus > 201703L
|
#elif __cplusplus > 201703L
|
||||||
#define AU_LANG_CPP_20
|
#define AU_LANG_CPP_20
|
||||||
|
#define AU_LANG_CPP
|
||||||
#elif __cplusplus >= 201703L
|
#elif __cplusplus >= 201703L
|
||||||
#define AU_LANG_CPP_17
|
#define AU_LANG_CPP_17
|
||||||
|
#define AU_LANG_CPP
|
||||||
#elif __cplusplus >= 201400L
|
#elif __cplusplus >= 201400L
|
||||||
#define AU_LANG_CPP_14
|
#define AU_LANG_CPP_14
|
||||||
|
#define AU_LANG_CPP
|
||||||
#else
|
#else
|
||||||
#define AU_LANG_C
|
#define AU_LANG_C
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user