Today's run of the Win32 regression tests are available at http://boost.sourceforge.net/regression-logs/cs-win32-diff.html

There are a lot of new failures being reported.

These are the first tests based on the new sane-testing branch, and testing.jam is now picking up some compile-fail errors (particularly for Intel) that were incorrectly being reported as successes in the past.

Another source of errors is that all tests which use iterator_adaptors.hpp are failing on Metrowerks:

### mwcc Compiler:
# In: ..\boost\iterator_adaptors.hpp
# From: ..\libs\utility\counting_iterator_test.cpp
# ---------------------------------------------------
# 908: policies().decrement<self>(*this);
# Error: ^
# '(' expected
# (included from:
# counting_iterator.hpp:55
# counting_iterator_test.cpp:24)

Perhaps Dave can take a look at this; is the wrong code being selected by BOOST_WORKAROUND?

--Beman


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

Reply via email to