diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-17 18:22:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-17 18:22:25 +0300 |
commit | 533172dc2df60406e2c7f08f36de3742721f8079 (patch) | |
tree | 3cdd02c2876a8eaeb8d852384e6214ecac13739c /src/localconsts.h | |
parent | fed37f530d063cbce6a9bba7f1a878c42e10367e (diff) | |
download | mv-533172dc2df60406e2c7f08f36de3742721f8079.tar.gz mv-533172dc2df60406e2c7f08f36de3742721f8079.tar.bz2 mv-533172dc2df60406e2c7f08f36de3742721f8079.tar.xz mv-533172dc2df60406e2c7f08f36de3742721f8079.zip |
Add missing A_DEFAULT_COPY / A_DELETE_COPY into other files.
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 |