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]

Defect reports?


I'm wondering what should be done about potential defect reports
discussed on this list over the last few months, most of which are
about streamoff, fpos<> and mbstate_t. Posting here doesn't seem
sufficient :-)

To keep things interesting, here are some more:

* The resolution of DR 25 requires undefined behaviour.

* The output functions are inconsistent in how they handle output
errors. The arithmetic inserters and unformatted output functions
set badbit, operator<<(basic_ostream, basic_string) sets failbit,
and the rest appear to do nothing.

Petur


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]