????

Your IP : 18.216.82.12


Current Path : C:/opt/msys64/ucrt64/include/isl/
Upload File :
Current File : C:/opt/msys64/ucrt64/include/isl/maybe.h

#ifndef ISL_MAYBE_H
#define ISL_MAYBE_H

#define ISL_xMAYBE(TYPE)	isl_maybe_ ## TYPE
#define ISL_MAYBE(TYPE)		ISL_xMAYBE(TYPE)

#endif