26 Feb
2008
26 Feb
'08
3:10 p.m.
John Maddock wrote:
Johan Råde wrote:
What happens if you change line 105 from
ss << " qnan snan nanq nans 1.#IND 1.#QNAN 1.#SNAN";
to (note the space at the end of the string)
ss << " qnan snan nanq nans 1.#IND 1.#QNAN 1.#SNAN ";
Yep, that fixes it, but shouldn't be needed?
It doesn't fix it. It just diagnoses it. There must be a missing eof check somewhere. (Strange that this shows up now. The library has been exhaustively tested.) --Johan