$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal Becker (ndbecker2_at_[hidden])
Date: 2006-12-15 13:50:22
I noticed that code I have using foreach which used to work is now giving
segfault. I haven't traced it (and don't have time now), but I am sure
that changing the code from BOOST_FOREACH back to a manual for loop fixes
it.
This is on gcc4.1.1, (linux).
This code had been working with boost cvs versions as of a few weeks ago.
The other diff is that boost is now built with v2, but I don't see how that
would cause such a problem.