mirror of
https://github.com/pantor/inja.git
synced 2026-06-27 12:54:28 +00:00
11 lines
195 B
C++
Executable File
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
|