------- 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