Index: regex_match.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/regex/detail/regex_match.hpp,v retrieving revision 1.27 diff -u -r1.27 regex_match.hpp --- regex_match.hpp 17 Sep 2002 10:57:26 -0000 1.27 +++ regex_match.hpp 18 Sep 2002 14:47:15 -0000 @@ -236,7 +236,7 @@ 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