isl_test_cpp17-generic.cc: work around std::optional::value issue in older macOS
[isl.git] / include / isl / val_type.h
blobede64013c6bac7215ce9701d31a87ead11e9339f
1 #ifndef ISL_VAL_TYPE_H
2 #define ISL_VAL_TYPE_H
4 #include <isl/list.h>
6 #if defined(__cplusplus)
7 extern "C" {
8 #endif
10 struct __isl_export isl_val;
11 typedef struct isl_val isl_val;
13 ISL_DECLARE_EXPORTED_LIST_TYPE(val)
15 struct __isl_export isl_multi_val;
16 typedef struct isl_multi_val isl_multi_val;
18 #if defined(__cplusplus)
20 #endif
22 #endif