
FYI, many of the newly added tests are failing on clang as Doug reported in Clang's mailing list. ( http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-October/017842.html ) Douglas Gregor wrote: <snip>
I went ahead and ran Boost's release-branch regression tests with Clang trunk on Mac OS X 10.7. The results are posted here in the dgregor2/clang-darwin-3.0 column:
http://www.boost.org/development/tests/release/developer/summary.html
I've provided a rough categorization of failures below, some of which are Clang bugs and others that are Boost bugs. If you want to help, please look into some failures to understand where the problem lies:
<snip>
TypeTraits: lots of two-phase name lookup failures in the has_* tests
Tests results for type_traits are here: http://www.boost.org/development/tests/trunk/developer/type_traits_.html http://www.boost.org/development/tests/release/developer/type_traits_.html Regards, Michel