Skip to content
Snippets Groups Projects
Commit 5b65decf authored by Lioncash's avatar Lioncash
Browse files

Common: Remove HAVE_CXX11_SYNTAX define from Common.h

parent 335082e7
No related branches found
No related tags found
No related merge requests found
......@@ -20,11 +20,6 @@
#define STACKALIGN
#if __cplusplus >= 201103L || defined(_MSC_VER) || defined(__GXX_EXPERIMENTAL_CXX0X__)
#define HAVE_CXX11_SYNTAX 1
#endif
#if HAVE_CXX11_SYNTAX
// An inheritable class to disallow the copy constructor and operator= functions
class NonCopyable
{
......@@ -36,7 +31,6 @@ private:
NonCopyable(NonCopyable&);
NonCopyable& operator=(NonCopyable& other);
};
#endif
#include "common/log.h"
#include "common/common_types.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment