From d7908fb81f82f7a84d00a3b2cf4caf1dbef706bd Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Thu, 5 Apr 2001 02:32:00 +0000 Subject: [PATCH] added public before the typedef for "type" in non_bidirectional_category [SVN r9711] --- include/boost/iterator_adaptors.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/iterator_adaptors.hpp b/include/boost/iterator_adaptors.hpp index 31bc4c3..b05bef2 100644 --- a/include/boost/iterator_adaptors.hpp +++ b/include/boost/iterator_adaptors.hpp @@ -1129,6 +1129,7 @@ namespace detail { # else // is_convertible doesn't work with MWERKS typedef typename iterator_traits::iterator_category input_category; + public: typedef typename if_true<( boost::is_same::value || boost::is_same::value