
John Maddock wrote:
You might want to switch RTTI off to circumvent the error. It's a compiler bug fixed in VC8. BTW: this thing is the reason, why the Wave libraries in Boost are built using <vc-7_1><rtti>off since the very beginning.
Thanks, that got things building OK.
The reason I was doing this was to try and reproduce the iterator misuse problem that's being reported in the wave regressions, for example here: http://engineering.meta-comm.com/boost-regression/CVS-RC_1_33_ 0/developer/output/Martin%20Wille-bin-boost-libs-wave-test-bui ld-testwave-test-gcc-3-4-4-linux-debug.html
Thanks for looking into this, but I think I fixed this issue. I checked the fix into the CVS and have to wait for regression test results now.
However instead of reproducing that error, I get an access violation here:
That's another issue, I'll have to investigate it further. Regards Hartmut