summaryrefslogtreecommitdiff
path: root/boost/move/core.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/move/core.hpp')
-rw-r--r--boost/move/core.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/boost/move/core.hpp b/boost/move/core.hpp
index 55486e6b45..54aece0b71 100644
--- a/boost/move/core.hpp
+++ b/boost/move/core.hpp
@@ -27,6 +27,8 @@
#include <boost/move/detail/config_begin.hpp>
#include <boost/move/detail/workaround.hpp>
+// @cond
+
//boost_move_no_copy_constructor_or_assign typedef
//used to detect noncopyable types for other Boost libraries.
#if defined(BOOST_NO_CXX11_DELETED_FUNCTIONS) || defined(BOOST_NO_CXX11_RVALUE_REFERENCES)
@@ -49,6 +51,8 @@
//
#endif //BOOST_NO_CXX11_DELETED_FUNCTIONS
+// @endcond
+
#if defined(BOOST_NO_CXX11_RVALUE_REFERENCES) && !defined(BOOST_MOVE_DOXYGEN_INVOKED)
#include <boost/move/detail/type_traits.hpp>