istreambuf_iterator increment should call sbumpc instead of snextc. Patch
authorHoward Hinnant <hhinnant@apple.com>
Fri, 16 Nov 2012 22:17:23 +0000 (22:17 +0000)
committerHoward Hinnant <hhinnant@apple.com>
Fri, 16 Nov 2012 22:17:23 +0000 (22:17 +0000)
commitdfdf5085dfa182f7a16c646fbce1ebcb30399722
treec44d77f69bd5b7c5be2ab1e803bb96661ec12910
parent2b7259788f1a9de6d753fde92db1939e405409a6
istreambuf_iterator increment should call sbumpc instead of snextc.  Patch
by Kimball Thurston.  This fixes http://llvm.org/bugs/show_bug.cgi?id=14358.

llvm-svn: 168209
libcxx/include/iterator