$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Zach Laine (whatwasthataddress_at_[hidden])
Date: 2008-05-11 00:18:05
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