From d22edf735aebd1b6e812393f2307460a8887b2eb Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Tue, 20 Feb 2001 16:00:21 +0000 Subject: [PATCH] put policies type in private [SVN r9290] --- include/boost/iterator_adaptors.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/iterator_adaptors.hpp b/include/boost/iterator_adaptors.hpp index 0e9ddb2..e0af582 100644 --- a/include/boost/iterator_adaptors.hpp +++ b/include/boost/iterator_adaptors.hpp @@ -1029,8 +1029,8 @@ class filter_iterator_generator { #ifndef BOOST_MSVC // I don't have any idea why this occurs, but it doesn't seem to hurt too badly. BOOST_STATIC_ASSERT(!is_bidirectional); #endif - public: typedef filter_iterator_policies policies_type; + public: typedef iterator_adaptor type; };