Boost logo

Boost :

Subject: Re: [boost] [Boost.Config] Stlport patch for Sun compilers on Linux
From: John Maddock (john_at_[hidden])
Date: 2008-09-10 04:30:27


Peter Dimov wrote:
>> The only compiler I know of that doesn't have type_info in std is
>> Embedded VC++ 4.2; it is what prompted me to ask for the addition of
>> BOOST_NO_STD_TYPEINFO to make shared_ptr compile. Even eVC++ 4.2 is
>> able to eat std::exception though (if I recall).

There are a few other configurations where class "exception" may be present
but in the global namespace:

STLPort when import of C std lib names is disabled.
VC6.
VC6 + updated dinkumware std lib.

John.


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