Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2004-01-26 10:11:11


At 11:15 PM 1/25/2004, Jeremy Siek wrote:
>
>On Sun, 25 Jan 2004, Beman Dawes wrote:
>bdawes> What about filter_iterator_test failing all compilers?
>bdawes>
>bdawes> Any ideas?
>
>Ok, I got that one fixed too. Needed to merge changes to
>iterator_concepts.hpp.

OK, filter_iterator_test is passing all Win32 compilers.

But there are several new iterator failures. Please take a look at
http://boost.sourceforge.net/regression-logs/cs-win32-RC_1_31_0.html

They all look like the same problem:

### mwcc Compiler: # File:
..\libs\iterator\test\transform_iterator_test.cpp #
---------------------------------------------------------- # 118:
boost::function_requires< boost_concepts::InteroperableConcept<iter_t,
c_iter_t> >(); # Error: ^^^^^^^^^^^^^^^^^^^^ # undefined identifier
'InteroperableConcept' ### mwcc Compiler: # 119: } # Error: ^ # ';'
expected

There are also new failures in type_traits and functional/function_test.
That last one is in call traits, so I wouldn't be surprised if it is
fallout from the type traits problem. John?

--Beman


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