
10 Sep
2008
10 Sep
'08
8:30 a.m.
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.