]> git.lyx.org Git - features.git/blobdiff - boost/boost/regex/v4/perl_matcher_recursive.hpp
boost: update to 1.42.0
[features.git] / boost / boost / regex / v4 / perl_matcher_recursive.hpp
index 48f08b7b8dea3f1776930494303495615a9d118b..d0de8025ee66c78789f2c5627a03ce62462711dc 100644 (file)
@@ -99,7 +99,7 @@ bool perl_matcher<BidiIterator, Allocator, traits>::match_all_states()
    };
 
    if(state_count > max_state_count)
-      raise_error(traits_inst, regex_constants::error_space);
+      raise_error(traits_inst, regex_constants::error_complexity);
    while(pstate)
    {
       matcher_proc_type proc = s_match_vtable[pstate->type];