Code review comment for lp:~zorba-coders/zorba/bug-921458

Revision history for this message
Paul J. Lucas (paul-lucas) wrote :

Required: After your call to getline(), you should check the state of the stream again for badbit.

Optional: you ought to use std::unique_ptr for the stream member so you don't have to delete it explicitly.

« Back to merge proposal