[Bug libstdc++/44441] New: std::getline set failbit in situation when shouldn't
ation when shouldn't Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: qwak82 at gmail dot com GCC host
[Bug libstdc++/44441] std::getline set failbit in situation when shouldn't
--- Comment #2 from qwak82 at gmail dot com 2010-06-07 11:36 --- But also fail bit, this program prints: line: a //this is OK, first line line://this is also OK, second (empty) line fail bit //eof is set - OK; but fail bit should be set here? #include