mirror of
https://github.com/boostorg/iterator.git
synced 2026-01-29 09:40:07 +01:00
traversal_category bugfix.
[SVN r702]
This commit is contained in:
@@ -223,7 +223,7 @@ namespace boost {
|
||||
: mpl::apply_if<
|
||||
is_new_iterator_tag<CategoryTag>
|
||||
, get_traversal_category<CategoryTag>
|
||||
, iter_category_to_return<CategoryTag, Value>
|
||||
, iter_category_to_traversal<CategoryTag>
|
||||
>
|
||||
{
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user