
25 Nov
2008
25 Nov
'08
5:31 p.m.
On Nov 25, 2008, at 9:22 AM, Dmitry V. Krivenok wrote:
I tested your example with the latest version of boost and also got segfault.
...
Just to confirm, this looks exactly like what I'm seeing on my end. Just to note, I can actually recreate the error just by attempting a simple: #include <boost/regex.hpp> int main() { boost::regex ("test"); return 0; } I hate to have to turn to regcomp/regexec, Boost.Regex is so nice :( -- Andrew Troschinetz Applied Research Laboratories