17 Aug
2005
17 Aug
'05
12:42 p.m.
Here's the fix that'll be going into cvs at some point: RCS file: /cvsroot/boost/boost/boost/regex/v4/perl_matcher_non_recursive.hpp,v retrieving revision 1.31 diff -r1.31 perl_matcher_non_recursive.hpp 520,521c520,524 < // store position in case we fail: < push_non_greedy_repeat(rep->next.p); ---
if((next_count->get_count() < rep->max) && take_first) { // store position in case we fail: push_non_greedy_repeat(rep->next.p); }
John.