Files
inja/third_party/include/hayai/hayai_compatibility.hpp
T
2020-06-25 22:57:37 +02:00

11 lines
195 B
C++
Executable File

#ifndef __HAYAI_COMPATIBILITY
#define __HAYAI_COMPATIBILITY
# if __cplusplus > 201100L
# define __hayai_noexcept noexcept
# else
# define __hayai_noexcept
# endif
#endif