
13 Jul
2008
13 Jul
'08
10:35 a.m.
The recent sets of merges have fixed some of the VC9 test failures i was seeing on the release branch, but have caused some more :( 1) There are some Parameter related failures due to a missing #include <boost/type_traits/is_convertible.hpp> in boost/parameter/aux_/tagged_argument.hpp that has been fixed in Trunk, but not merged. (e.g. http://tinyurl.com/69amkf) 2) Theres a lot of failures relating to is_void in boost/function/function_template.hpp (e.g. http://tinyurl.com/57gb65) This looks to be down to a missing #include <boost/type_traits/is_void.hpp> in boost/function/detail/prologue.hpp Thanks, Richard Webb