$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: droba_at_[hidden]
Date: 2008-06-17 16:31:41
Author: pavol_droba
Date: 2008-06-17 16:31:41 EDT (Tue, 17 Jun 2008)
New Revision: 46458
URL: http://svn.boost.org/trac/boost/changeset/46458
Log:
unnecessary typedefs removed
Text files modified: 
   trunk/boost/algorithm/string/find_iterator.hpp |    12 ------------                            
   1 files changed, 0 insertions(+), 12 deletions(-)
Modified: trunk/boost/algorithm/string/find_iterator.hpp
==============================================================================
--- trunk/boost/algorithm/string/find_iterator.hpp	(original)
+++ trunk/boost/algorithm/string/find_iterator.hpp	2008-06-17 16:31:41 EDT (Tue, 17 Jun 2008)
@@ -58,12 +58,6 @@
             // facade support
             friend class ::boost::iterator_core_access;
 
-            // base type
-            typedef iterator_facade<
-                find_iterator<IteratorT>,
-                const iterator_range<IteratorT>,
-                forward_traversal_tag> facade_type;
-
         private:
         // typedefs
 
@@ -220,12 +214,6 @@
             // facade support
             friend class ::boost::iterator_core_access;
 
-            // base type
-            typedef iterator_facade<
-                find_iterator<IteratorT>,
-                iterator_range<IteratorT>,
-                forward_traversal_tag> facade_type;
-
         private:
         // typedefs