From 9198370df5096e1fde1e07cf11794d85e5a0279b Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Fri, 26 Mar 2004 09:16:00 +0000 Subject: [PATCH] removed some warnings [SVN r22556] --- include/boost/algorithm/string/detail/finder.hpp | 8 ++++---- include/boost/algorithm/string/detail/finder_regex.hpp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/boost/algorithm/string/detail/finder.hpp b/include/boost/algorithm/string/detail/finder.hpp index 7392b81..9ea1980 100644 --- a/include/boost/algorithm/string/detail/finder.hpp +++ b/include/boost/algorithm/string/detail/finder.hpp @@ -310,7 +310,7 @@ namespace boost { input_iterator_type It=Begin; for( unsigned int Index=0; - Index match_results_type; + typedef boost::match_results match_results_type; // Construction