
14 Jul
2008
14 Jul
'08
6:46 p.m.
On Jul 14, 2008, at 6:56 AM, joaquin@tid.es wrote:
Hello,
Just in case this is going unnoticed:
Boost.Function is having regressions at the release branch for MSVC+ + 9.0, see for instance:
Seems the problem is simply that function_template.hpp was last merged to the branch release later than boost/function/detail/prologue.hpp (merged at 41356) so that the release does not have revisions 44030 and 44056 of this last header, resulting in the lack of a necessary inclusion of <boost/type_traits/ is_void.hpp>.
ARGH! Fixed by merging everything in Function from the trunk to release. - Doug