
18 Aug
2008
18 Aug
'08
11:39 a.m.
rasmus ekman:
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)
No, because MSVC 7.1 does have typeid in no-RTTI mode. That is why the macro is called BOOST_NO_TYPEID, not BOOST_NO_RTTI.