mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-20 08:02:10 +02:00
Merge pull request #12 from Lastique/patch-1
Remove unused pure_traversal_tag import 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