From 13df8a293b48dd2e0d0a2d051aec6ae581dea043 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 11 Oct 2002 20:46:12 +0000 Subject: [PATCH] Add missing typename [SVN r15905] --- include/boost/regex/detail/regex_match.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/regex/detail/regex_match.hpp b/include/boost/regex/detail/regex_match.hpp index f634a72f..e20ebd6d 100644 --- a/include/boost/regex/detail/regex_match.hpp +++ b/include/boost/regex/detail/regex_match.hpp @@ -236,7 +236,7 @@ _priv_match_data::_priv_match_data(const match_results_base caccumulators = 0; loop_starts = 0; state_count = 0; - estimate_max_state_count(a, b, states, static_cast::iterator_category*>(0)); + estimate_max_state_count(a, b, states, static_cast::iterator_category*>(0)); } template