$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2001-07-12 11:06:33
At 08:40 PM 7/11/2001, Gennadiy E. Rozental wrote:
>--- 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.
Thanks for the info. I just posted a message on the STLport beta forum
asking when we might see a 4.1 release. The usual Boost policy for status
tests is to only report for released versions, not betas.
--Beman