[LLVMbugs] [Bug 15427] basic_istream::read(s, n) should use sgetn(s, n) rather than calling sbumpc() for each character.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Mar 6 11:28:30 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=15427
Howard Hinnant <hhinnant at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Howard Hinnant <hhinnant at apple.com> ---
There is some concern that this is a non-conforming extension. However I agree
with the technical direction. Fix committed revision 176573.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130306/957d86c5/attachment.html>
More information about the llvm-bugs
mailing list