Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2004-01-25 21:22:05


At 08:34 PM 1/25/2004, Jeremy Siek wrote:

>On Sun, 25 Jan 2004, Beman Dawes wrote:
>bdawes>
>bdawes> * Graph/adj_matrix_cc and dfs_cc are still failing. If there are
>bdawes> no plans to fix these in the next few days, I'd like to see the
>bdawes> tests removed (or commented out) from the RC_1_31_0 branch
>bdawes> Jamfile.
>
>I've merged the fixes over for these two. (At least, I think I have. I'm
>new to merging with CVS).

Yep, updates to adjacency_matrix.hpp and depth_first_search.hpp. No other
graph updates.

And... Yes, those two tests pass for Metrowerks, GCC, Intel, and Microsoft
current compilers. Failing Borland, and older Microsoft compilers, but that
is expected AFAIK.

What about filter_iterator_test failing all compilers?

Any ideas?

Thanks,

--Beman

### mwcc Compiler: # File: ..\libs\iterator\test\filter_iterator_test.cpp #
------------------------------------------------------- # 197: } # Error: ^
# cannot construct
boost::detail::traversal_archetype_<boost::iterator_archetype<boost::dummyT,
boost::mpl::int_<3>, boost::single_pass_traversal_tag>, boost::dummyT,
boost::single_pass_traversal_tag>'s base class
'boost::detail::traversal_archetype_impl<boost::single_pass_traversal_tag>::archetype<boost::iterator_archetype<boost::dummyT,
boost::mpl::int_<3>, boost::single_pass_traversal_tag>, boost::dummyT>' #
(point of instantiation: 'boost::traversal_archetype_base<boost::dummyT,
boost::mpl::int_<3>,
boost::single_pass_traversal_tag>::traversal_archetype_base()') #
(instantiating:
'boost::detail::traversal_archetype_<boost::iterator_archetype<boost::dummyT,
boost::mpl::int_<3>, boost::single_pass_traversal_tag>, boost::dummyT,
boost::single_pass_traversal_tag>::traversal_archetype_()')


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