
13 Aug
2008
13 Aug
'08
1:10 p.m.
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.