summaryrefslogtreecommitdiff
path: root/boost/move/utility_core.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/move/utility_core.hpp')
-rw-r--r--boost/move/utility_core.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/move/utility_core.hpp b/boost/move/utility_core.hpp
index 89e4f07f8b..7fd1ea1443 100644
--- a/boost/move/utility_core.hpp
+++ b/boost/move/utility_core.hpp
@@ -265,6 +265,8 @@
#if defined(BOOST_MOVE_DOXYGEN_INVOKED)
+ //! <b>Effects</b>: Calls `boost::move` if `input_reference` is not a lvalue reference.
+ //! Otherwise returns the reference
template <class T> output_reference move_if_not_lvalue_reference(input_reference) noexcept;
#elif defined(BOOST_MOVE_OLD_RVALUE_REF_BINDING_RULES)