Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-08-18 07:39:45


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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk