From bf475b68a8b310faa3740fc05fa66fd2655df8ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 4 Feb 2013 05:34:22 +0000 Subject: [PATCH] Fixes #7969 [SVN r82711] --- include/boost/move/core.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/move/core.hpp b/include/boost/move/core.hpp index 2962cc6..09cc628 100644 --- a/include/boost/move/core.hpp +++ b/include/boost/move/core.hpp @@ -29,6 +29,7 @@ public:\ TYPE(TYPE const &) = delete;\ TYPE& operator=(TYPE const &) = delete;\ + private:\ // #endif //BOOST_NO_CXX11_DELETED_FUNCTIONS