$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Hartmut Kaiser (hartmut.kaiser_at_[hidden])
Date: 2005-10-07 11:47:16
John Maddock wrote:
> Quite alarming really, not Boost's fault though (see attached image).
>
> Occurs when building with VC7.1 + STLport 4.6.2.
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.
Regards Hartmut