isl_test_cpp17-generic.cc: work around std::optional::value issue in older macOS
[isl.git] / isl_multi_macro.h
blob394494b06e68b8db8df687a57e58242e50d9be12
1 #undef EL_BASE
2 #define EL_BASE BASE
3 #include <isl_list_macro.h>
5 #define xMULTI(BASE) isl_multi_ ## BASE
6 #define MULTI(BASE) xMULTI(BASE)
7 #undef DOM
8 #define DOM CAT(isl_,DOMBASE)