traversal_category bugfix.

[SVN r702]
This commit is contained in:
Thomas Witt
2002-11-22 08:05:08 +00:00
parent ea27eb8c93
commit b412e85c2c

View File

@@ -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>
>
{
};