mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-22 00:52:08 +02:00
added no_traversal_tag
[SVN r21480]
This commit is contained in:
@ -27,6 +27,9 @@ namespace boost {
|
||||
//
|
||||
// Traversal Categories
|
||||
//
|
||||
|
||||
struct no_traversal_tag {};
|
||||
|
||||
struct incrementable_traversal_tag {};
|
||||
|
||||
struct single_pass_traversal_tag
|
||||
|
Reference in New Issue
Block a user