blob: 8cb53072cfd3340072ae215803fb23ac45286e51 [file] [log] [blame]
#ifndef __HAYAI_COMPATIBILITY
#define __HAYAI_COMPATIBILITY
# if __cplusplus > 201100L
# define __hayai_noexcept noexcept
# else
# define __hayai_noexcept
# endif
#endif