Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 593872
Collapse All | Expand All

(-)arprec-2.2.17/src/write.cpp.old (-1 / +1 lines)
Lines 196-201 Link Here
196
196
197
  string str = to_string(precision, width, expn_width, 
197
  string str = to_string(precision, width, expn_width, 
198
      fmt, showpos, uppercase, fill);
198
      fmt, showpos, uppercase, fill);
199
  return (s << str) != 0;
199
  return (!(s << str).fail());
200
}
200
}
201
201

Return to bug 593872