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