From 1b553860436238f44a5dd781187ea6361002fcf0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 30 Apr 2014 21:23:37 +0300 Subject: Fix compilation with old gcc and clang. --- src/localconsts.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/localconsts.h') diff --git a/src/localconsts.h b/src/localconsts.h index 298877b6b..35ccf1f78 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -53,6 +53,8 @@ #define noexcept // #define A_DELETE // #define A_DELETE_COPY +#else +#define ADVGCC #endif #undef Z_NULL #define Z_NULL nullptr -- cgit v1.2.3-60-g2f50