
15 Dec
2006
15 Dec
'06
8:53 p.m.
Roland Schwarz <roland.schwarz@chello.at> 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