diff --git a/include/boost/iterator/iterator_categories.hpp b/include/boost/iterator/iterator_categories.hpp index 9d1edc7..4a74022 100644 --- a/include/boost/iterator/iterator_categories.hpp +++ b/include/boost/iterator/iterator_categories.hpp @@ -223,7 +223,7 @@ namespace boost { : mpl::apply_if< is_new_iterator_tag , get_traversal_category - , iter_category_to_return + , iter_category_to_traversal > { };