Change READ_LINE classes to use less virtual functions, and READ_LINE::ReadLine() to return char*
which can eliminate a subsequent call to READ_LINE::Line() for a small performance gain.
Showing
Please register or sign in to comment
which can eliminate a subsequent call to READ_LINE::Line() for a small performance gain.