isl_test_cpp17-generic.cc: work around std::optional::value issue in older macOS
[isl.git] / isl_deprecated.c
blobf65be1f8d775a1fc9cd825139aa0422527308afa
1 #include <isl/constraint.h>
3 /* This function was replaced by isl_constraint_alloc_equality.
4 */
5 __isl_give isl_constraint *isl_equality_alloc(__isl_take isl_local_space *ls)
7 return isl_constraint_alloc_equality(ls);
10 /* This function was replaced by isl_constraint_alloc_inequality.
12 __isl_give isl_constraint *isl_inequality_alloc(__isl_take isl_local_space *ls)
14 return isl_constraint_alloc_inequality(ls);