$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-01-27 06:22:27
> There are also new failures in type_traits and functional/function_test.
> That last one is in call traits, so I wouldn't be surprised if it is
> fallout from the type traits problem. John?
No: the type traits new failures are from a new test: it has no impact on
anything else at all at present.
The call_traits failure is from Alekseys recent changes: he's cut down on
the header includes (a good idea), but std::size_t wasn't getting defined,
fixed in cvs now by including <cstddef>.
John.