$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jaroslav Gresula (jgresula.LEAVE-THIS-OUT_at_[hidden])
Date: 2008-02-16 09:49:32
Hello,
it looks like '<rtti>off' does not turn off rtti for gcc and msvc-8.0
toolsets.
gcc toolset does not handle rtti feature at all which causes that rtti
is generated by default. msvc toolset handles only <rtti>on, but rtti
is turned on by default (at least since 8.0).
Please, could someone apply the attached patch if found appropriate?
Thanks,
-- Jarda