|
Boost Testing : |
From: Hartmut Kaiser (hartmut.kaiser_at_[hidden])
Date: 2007-02-19 16:14:05
Hi all,
VC7.1 has a bug making it fail the compilation of one of Wave's files if
compiled with RTTI=on. Some time ago Rene fixed this by adding
requirements += <toolset-msvc:version>7.1:<rtti>off ; # workaround for
compiler bug
to the corresponding Jamfile.v2.
Now, as it turns out the same problem occurs for the msvc-7.1_stlport4
toolset and it seems Rene's fix doesn't work for this.
Does anybody have an idea, how to specify RTTI=off for the msvc-7.1_stlport4
toolset?
Regards Hartmut