
24 Mar
2004
24 Mar
'04
4:25 p.m.
Angus Leeming wrote:
specs.truncate_ is being initialised incorrectly in the format_item constructor because it is an int (sizeof(4)) whilst std::streamsize has sizeof(8) on the Alpha.
Sorry, I should have added that changing format_item::truncate_ to std::streamsize truncate_; //- is set for directives like %.5s that ask truncation results in the test code running correctly. I do not know what other implications this has. Regards, Angus