Skip to content
Commit 00d8c245 authored by Howard Hinnant's avatar Howard Hinnant
Browse files

Reimplemented much of <istream> such that single character extractions do not...

Reimplemented much of <istream> such that single character extractions do not check to see if this is the last character in the stream and thus never set eofbit.  This fixes http://llvm.org/bugs/show_bug.cgi?id=10817 .  This fix requires a recompiled libc++.dylib to be fully implemented.  The recompiled libc++.dylib is ABI compatible with that shipped on Lion.

llvm-svn: 138961
parent cbbc0141
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment