
11 May
2008
11 May
'08
4:18 a.m.
Steven strikes again! This is awesome work. I did have a problem with the post-processor with GCC 4.2.1. I had to use this regex string to get everything working (patch attached): boost::regex warning_message("(.*):\\d*: warning: division by zero in 'template_profiler_value / 0'"); Note the different quotes and the bit added for he line number. After that, it worked fine. Zach