Language version for C/C++. More...
#include "./LangVer.auto.h"Go to the source code of this file.
Macros | |
| #define | ae2f_stdcc_v 0L |
| Standard C++ version. . | |
| #define | ae2f_stdc_v ((ae2f_LangVer_C) * 100L) |
| Standard C version, or at least cmake intended. | |
| #define | __ae2f_stdcheck_C(v) |
| #define | __ae2f_stdcheck_CC(v) |
Language version for C/C++.
Definition in file LangVer.h.
| #define __ae2f_stdcheck_C | ( | v | ) |
| #define __ae2f_stdcheck_CC | ( | v | ) |
| #define ae2f_stdc_v ((ae2f_LangVer_C) * 100L) |
| #define ae2f_stdcc_v 0L |
Standard C++ version.
.
@macro __ae2f_stdcheck_C
Check if it hits over specific standard C version.
| v | a standard C version to check |
@macro __ae2f_stdcheck_CC
Check if it hits over specific standard C++ version.
| v | a standard C++ version to check |