From b412e85c2cb14ebd4041086e4bab3a5bde54ebbb Mon Sep 17 00:00:00 2001 From: Thomas Witt Date: Fri, 22 Nov 2002 08:05:08 +0000 Subject: [PATCH] traversal_category bugfix. [SVN r702] --- include/boost/iterator/iterator_categories.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 > { };