id summary reporter owner description type status milestone component version severity resolution keywords cc 1636 Bug in regex? freewave@… John Maddock "void RegexTest() { char *pszMessage = ""1,2,3,4,5,6,7,8,9,10,11,12,13,14,15""; static const boost::regex e(""^(.*?,){11}P""); boost::cmatch result; if (boost::regex_search(pszMessage, result, e)) { cout << result.str() << ""$"" << result.length() << endl; } else cout << ""result empty"" << endl; } '''An exception raised by the boost regex-engine when testing with the code above in visual c++ 6.0'''" Support Requests closed Boost 1.36.0 regex Boost 1.34.1 Problem wontfix