This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Yo Paolo, happy new year.Hey, you want to undo an effort of a few days!!!
I think you can be a bit more aggressive about the istream::ignore cleanups. Let me know what you think of the following patch.
Also, I am mystified by:
if (__n == numeric_limits<streamsize>::max() && !traits_type::eq_int_type(__c, __eof) && !traits_type::eq_int_type(__c, __delim)) _M_gcount = numeric_limits<streamsize>::min();
this resetting of _M_gcount. Any chance you can explain?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |