$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2004-01-27 07:26:59
At 06:22 AM 1/27/2004, John Maddock wrote:
 >
 >> 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>.
OK, thanks.
--Beman