Boost logo

Boost :

From: Richard Webb (richard.webb_at_[hidden])
Date: 2008-07-13 06:35:56


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


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