Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-06-22 08:41:42


Aleksey Gurtovoy wrote:
>
> Well, check out the latest developer report -
> http://boost.sourceforge.net/regression-logs/developer_summary_page.html!

Intel-7.1 is misconfigured. ADL is disabled but
BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP is not set. That is why
intrusive_ptr_test and shared_ptr_test fail.

This also demonstrates a different problem, the ADL-related issue is masked
by the fact that shared_ptr_test is marked an expected failure. It's not
since I fixed it. ;-)

Beman's approach, where unexpected failures were automatically determined by
comparing the current run with a previous run, seems to cope better with
this scenario, and requires no manual input.


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