mirror of
https://github.com/boostorg/iterator.git
synced 2025-11-03 01:41:37 +01:00
Separate access and traversal for iterator_adaptor
[SVN r20162]
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
class function_output_iterator {
|
||||
public:
|
||||
typedef iterator_tag<
|
||||
writable_iterator_tag
|
||||
writable_iterator
|
||||
, incrementable_traversal_tag
|
||||
> iterator_category;
|
||||
typedef void value_type;
|
||||
|
||||
Reference in New Issue
Block a user