From 35f317aeac74ff764002c9d7a8f0c16487569476 Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Tue, 17 Jun 2008 20:31:41 +0000 Subject: [PATCH] unnecessary typedefs removed [SVN r46458] --- include/boost/algorithm/string/find_iterator.hpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/include/boost/algorithm/string/find_iterator.hpp b/include/boost/algorithm/string/find_iterator.hpp index aba28d8..30a337c 100644 --- a/include/boost/algorithm/string/find_iterator.hpp +++ b/include/boost/algorithm/string/find_iterator.hpp @@ -58,12 +58,6 @@ namespace boost { // facade support friend class ::boost::iterator_core_access; - // base type - typedef iterator_facade< - find_iterator, - const iterator_range, - forward_traversal_tag> facade_type; - private: // typedefs @@ -220,12 +214,6 @@ namespace boost { // facade support friend class ::boost::iterator_core_access; - // base type - typedef iterator_facade< - find_iterator, - iterator_range, - forward_traversal_tag> facade_type; - private: // typedefs