Merge pull request #12 from Lastique/patch-1

Remove unused pure_traversal_tag import into boost::iterators::detail
This commit is contained in:
Edward Diener
2015-05-21 16:52:07 -04:00

View File

@ -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.
// //