aboutsummaryrefslogtreecommitdiff
path: root/deps/inja/third_party/include/hayai/hayai_compatibility.hpp
blob: 8cb53072cfd3340072ae215803fb23ac45286e51 (plain)
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