forked from boostorg/iterator
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