id summary reporter owner description type status milestone component version severity resolution keywords cc 2296 Xpressive walking past the end of string Simon Steele Eric Niebler "The following test code triggers an assertion in std::string::operator ++ under VC 8: {{{ string s(""> \""\"" ""); string exp(""(?P.+):(?P[0-9]+):((?P[0-9]+):)?.*""); sregex re = sregex::compile(exp); regex_search(s, re); }}} The previous call in the stack is boost::next, called from simple_repeat_matcher.hpp at line 181, right below a BUGBUG comment!" Bugs closed Boost 1.37.0 xpressive Boost 1.36.0 Problem fixed