1 2 3 4 5 6 7 8 9 10
#ifndef __HAYAI_COMPATIBILITY #define __HAYAI_COMPATIBILITY # if __cplusplus > 201100L # define __hayai_noexcept noexcept # else # define __hayai_noexcept # endif #endif