$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2006-12-15 15:53:53
Roland Schwarz <roland.schwarz_at_[hidden]> writes:
> Anthony Williams wrote:
>
>> That's good as a workaround. It loses some of the error message benefits, but
>> it's better than a compiler fault.
>
> I tried to carefully follow the suggestions on the compiler help page
> for ICE's in P2:
>
> Turn off all optimizations (/O...) until the error goes away, then turn
> each one on. So I arrived at:
> <inlining>off
> This gives a clean compile. So it should be sufficient for this compiler
> to run the tests with this option.
It would be better to modify the library so it didn't crash the
compiler when inlining was enabled.
>
-- Dave Abrahams Boost Consulting www.boost-consulting.com