diff options
Diffstat (limited to 'src/localconsts.h')
-rw-r--r-- | src/localconsts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/localconsts.h b/src/localconsts.h index f29068c4c..f05cef44a 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -39,6 +39,7 @@ #define final #define override #define constexpr +#define noexcept #define A_DELETE(func) #define A_DELETE_COPY(func) #else @@ -49,6 +50,7 @@ #define final #define override #define constexpr +#define noexcept // #define A_DELETE // #define A_DELETE_COPY #endif |