From a7edd713d81cbf0e19c56f5cb58ac88abd763154 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Sun, 4 Jan 2004 18:03:13 +0000 Subject: [PATCH] added no_traversal_tag [SVN r21480] --- include/boost/iterator/iterator_categories.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/iterator/iterator_categories.hpp b/include/boost/iterator/iterator_categories.hpp index 7b4f9ae..0af3714 100644 --- a/include/boost/iterator/iterator_categories.hpp +++ b/include/boost/iterator/iterator_categories.hpp @@ -27,6 +27,9 @@ namespace boost { // // Traversal Categories // + +struct no_traversal_tag {}; + struct incrementable_traversal_tag {}; struct single_pass_traversal_tag