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