summaryrefslogtreecommitdiff
path: root/boost/iterator/iterator_categories.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/iterator/iterator_categories.hpp')
-rw-r--r--boost/iterator/iterator_categories.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/boost/iterator/iterator_categories.hpp b/boost/iterator/iterator_categories.hpp
index 31b2a9d3ec..71202c993a 100644
--- a/boost/iterator/iterator_categories.hpp
+++ b/boost/iterator/iterator_categories.hpp
@@ -168,13 +168,6 @@ struct pure_traversal_tag
{
};
-// This import is needed for backward compatibility with Boost.Range:
-// boost/range/detail/demote_iterator_traversal_tag.hpp
-// It should be removed when that header is fixed.
-namespace detail {
-using iterators::pure_traversal_tag;
-} // namespace detail
-
//
// Trait to retrieve one of the iterator traversal tags from the iterator category or traversal.
//