[Bug libstdc++/38678] istream::read() calls streambuf::sgetn()
paolo dot carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Wed Dec 31 17:46:00 GMT 2008
------- Comment #2 from paolo dot carlini at oracle dot com 2008-12-31 17:44 -------
Note, istream::read currently calls streambuf::sgetn *not* streambuf::xsgetn,
because the latter is protected and in general would be incorrect calling it
anyway.
--
paolo dot carlini at oracle dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|istream::read() calls |istream::read() calls
|streambuf::xsgetn() |streambuf::sgetn()
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38678
More information about the Gcc-bugs
mailing list