aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/common.h')
-rw-r--r--src/common/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/common.h b/src/common/common.h
index 30a6761b..2578d001 100644
--- a/src/common/common.h
+++ b/src/common/common.h
@@ -25,7 +25,7 @@
#define HAVE_CXX11_SYNTAX 1
#endif
-//#if HAVE_CXX11_SYNTAX
+#if HAVE_CXX11_SYNTAX
// An inheritable class to disallow the copy constructor and operator= functions
class NonCopyable
{
@@ -37,7 +37,7 @@ private:
NonCopyable(NonCopyable&);
NonCopyable& operator=(NonCopyable& other);
};
-//#endif
+#endif
#include "common/log.h"
#include "common/common_types.h"