isl_test_cpp17-generic.cc: work around std::optional::value issue in older macOS
[isl.git] / isl_union_macro.h
blob2cc21a90a84c67d09250715eb9e75170d74854f5
1 #define xCAT(A,B) A ## B
2 #define CAT(A,B) xCAT(A,B)
3 #undef PART
4 #define PART CAT(isl_,BASE)
5 #undef UNION
6 #define UNION CAT(isl_union_,BASE)
7 #define xFN(TYPE,NAME) TYPE ## _ ## NAME
8 #define FN(TYPE,NAME) xFN(TYPE,NAME)
9 #define xS(TYPE,NAME) struct TYPE ## _ ## NAME
10 #define S(TYPE,NAME) xS(TYPE,NAME)