From 1c73f1f2aefa082de5c45ebcc186df104f650730 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Fri, 16 Feb 2001 21:27:26 +0000 Subject: [PATCH] made filter_iterator_generator::policies_type public [SVN r9230] --- 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 f92b6da..a40c861 100644 --- a/include/boost/iterator_adaptors.hpp +++ b/include/boost/iterator_adaptors.hpp @@ -1015,8 +1015,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 - typedef filter_iterator_policies policies_type; public: + typedef filter_iterator_policies policies_type; typedef iterator_adaptor type; };