This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/24206] cin.rdbuf->in_avail() always return 0
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Oct 2005 08:03:31 -0000
- Subject: [Bug libstdc++/24206] cin.rdbuf->in_avail() always return 0
- References: <bug-24206-10179@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from pcarlini at suse dot de 2005-10-05 08:03 -------
Hummm, in principle we could maybe fix 12077 in a less drastic way, that is
keeping a non-trivial showmanyc in stdio_sync_filebuf (able to work with pipes
and fifos too, similar to the one in filebuf) when safe, that is for plain
chars. Let's think a bit more about this possibility...
--
pcarlini at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24206