$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2008-08-13 09:10:21
Actually fixing that one case causes other similar failures:
subtract_with_carry: does not accept a zero argument for the seed, but both
the TR1 and the current working draft require this to work (zero arguments
gets replaced with the default).
subtract_with_carry_01: does not accept a zero argument for the seed, but
the TR1 requires this to work (the class is not in the working draft).
These really are bugs in the Dinkumware implementation I believe,
John.