Boost logo

Boost :

From: Gennadiy E. Rozental (rogeeff_at_[hidden])
Date: 2001-07-11 19:40:36


--- In boost_at_y..., "Gennadiy E. Rozental" <rogeeff_at_u...> wrote:
> Hi!
>
> any_test does not work with MSVC6.0 with STLPort4.0 (does anybody
> know why STLPort does not put type_info into std namespace? Is
> this "feature" only in version 4.0). It could be easy fixed with
> something like
> # ifdef __SGI_STL_PORT
> namespace std { using ::type_info; }
> # endif
>
> placed in any.hpp or somewhere else(?).
>
> Is there any other way to overcome it?
>
> Gennadiy.

I checked with latest beta from STLPort it's working now. FYI
crc_test is also passed.

Gennadiy.


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