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.

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to