From: Gennadiy E. Rozental (rogeeff_at_[hidden])
Date: 2001-07-10 02:20:11


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.