
18 Aug
2008
18 Aug
'08
3:47 a.m.
on Sun Aug 17 2008, rasmus ekman <m11048-AT-abc.se> wrote:
Would it be useful (or correct) to add the following to config/compiler/visualc.hpp:
// // check for RTTI support: #ifndef _CPPRTTI # define BOOST_NO_TYPEID #endif
(eg around line 106, after the test for exceptions) ?
I'm using MSVC 7.1 (SP1) with STLport 5.1.5 (latest)
- With the new Boost.Exception I get a drizzle of C4541 warnings. I don't want to force BOOST_NO_TYPEID in config/user.hpp because some projects do have RTTI.
Looks good to me; maybe you should add a patch against Boost.Config to http://svn.boost.org/trac/boost. -- Dave Abrahams BoostPro Computing http://www.boostpro.com