Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-03-16 20:08:17


At 06:13 PM 3/16/2003, Andreas Huber wrote:

>Beman & John,
>
>> Both the main trunk and RC_1_30_0 are working fine for me as of Sunday
>6PM
>> US Eastern time.
>
>Douglas Gregor has already fixed the is_class.hpp problem, please see
>
>http://lists.boost.org/MailArchives/boost/msg45230.php
>
>> Today's Win32 RC_1_30_0 regression tests (just posted) are showing new
>> fails for VC++ 6 and VC++ 7 on is_polymorphic_test and
is_reference_test.
>> Are these related to the is_class problem?
>
>I don't think so, is_class.hpp is working just fine for me now with CVS
>state from 2 hours ago...

Perhaps the is_polymorphic_test and stateless_test fails on VC6 and 7 have
nothing to do with is_class. See VC++6 first error below. VC++7 is similar.
By the way, these two tests pass for five other Win32 compilers, including
VC++ 7.1 final beta.

What compiler and version are you using for is_polymorphic_test and
stateless_test?

Thanks,

--Beman

D:\boost\site-RC_1_30_0\boost/type_traits/is_function.hpp(68) : error
C2528: '<Unknown>' : pointer to reference is illegal
         D:\boost\site-RC_1_30_0\boost/type_traits/is_function.hpp(79) :
see reference to class template instantiation
'boost::detail::is_function_impl<int &>' being compiled
         D:\boost\site-RC_1_30_0\boost/type_traits/is_class.hpp(67) : see
reference to class template instantiation 'boost::is_function<int &>' being
compiled
         D:\boost\site-RC_1_30_0\boost/type_traits/is_class.hpp(82) : see
reference to class template instantiation 'boost::detail::is_class_impl<int
&>' being compiled
         D:\boost\site-RC_1_30_0\boost/type_traits/is_polymorphic.hpp(76) :
see reference to class template instantiation 'boost::is_class<int &>'
being compiled
         D:\boost\site-RC_1_30_0\boost/type_traits/is_polymorphic.hpp(84) :
see reference to class template instantiation
'boost::detail::is_polymorphic_imp<int &>' being compiled
         ..\libs\type_traits\test\is_polymorphic_test.cpp(26) : see
reference to class template instantiation 'boost::is_polymorphic<int &>'
being compiled


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