summaryrefslogtreecommitdiff
path: root/boost/intrusive/detail/node_to_value.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/intrusive/detail/node_to_value.hpp')
-rw-r--r--boost/intrusive/detail/node_to_value.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/intrusive/detail/node_to_value.hpp b/boost/intrusive/detail/node_to_value.hpp
index 5af3347345..218e78e4e0 100644
--- a/boost/intrusive/detail/node_to_value.hpp
+++ b/boost/intrusive/detail/node_to_value.hpp
@@ -59,7 +59,7 @@ struct constptr
{}
const void *get_ptr() const
- { return boost::intrusive::detail::to_raw_pointer(const_void_ptr_); }
+ { return boost::movelib::to_raw_pointer(const_void_ptr_); }
ConstVoidPtr const_void_ptr_;
};