summaryrefslogtreecommitdiff
path: root/boost/container/detail/transform_iterator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/detail/transform_iterator.hpp')
-rw-r--r--boost/container/detail/transform_iterator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/container/detail/transform_iterator.hpp b/boost/container/detail/transform_iterator.hpp
index ba64c7de79..ce81813ebb 100644
--- a/boost/container/detail/transform_iterator.hpp
+++ b/boost/container/detail/transform_iterator.hpp
@@ -63,7 +63,7 @@ class transform_iterator
: public UnaryFunction
, public boost::container::iterator
< typename Iterator::iterator_category
- , typename container_detail::remove_reference<typename UnaryFunction::result_type>::type
+ , typename dtl::remove_reference<typename UnaryFunction::result_type>::type
, typename Iterator::difference_type
, operator_arrow_proxy<typename UnaryFunction::result_type>
, typename UnaryFunction::result_type>