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 4833fac55..d5bd0ebc1 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -39,6 +39,8 @@ + __clang_patchlevel__) #endif // __clang__ +#define A_DEFAULT_COPY(func) + #if !defined(__GXX_EXPERIMENTAL_CXX0X__) #undef nullptr #define nullptr 0 |