00001 #ifndef __HAYAI_COMPATIBILITY 00002 #define __HAYAI_COMPATIBILITY 00003 00004 # if __cplusplus > 201100L 00005 # define __hayai_noexcept noexcept 00006 # else 00007 # define __hayai_noexcept 00008 # endif 00009 00010 #endif