mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-23 17:37:15 +02:00
Remove unused name import
As Boost.Range has been updated, there is no need to import pure_traversal_tag into boost::iterators::detail.
This commit is contained in:
@ -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.
|
// Trait to retrieve one of the iterator traversal tags from the iterator category or traversal.
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user