2
3
4
5
6
7
8
9
20
21
22
23
24#define ae2f_WhenCXX(a) a
27
28
29
35
36
37
38#define ae2f_WhenC(a) a
41
42
43
44#define ae2f_WhenCXX(a)
52
53
54
55
56
60
61
62
63
64
68#include "./Cxx/Constexpr.h"
#define ae2f_WhenCXX(a)
Appears when the current language is C.
#define ae2f_WhenC(a)
Appears when the current language is C++.
#define ae2f_stdcc_v
Standard C++ version. .