From bcea54fcaa16a7d5feff0c4cd038fea51d1359ea Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 27 Oct 2020 10:51:41 -0400 Subject: Revert removal of unreadCh change for performance Turns out unreadCh is much more efficient than seek(-1, SEEK_CUR). Update comments and code to reflect this. --- TODO | 4 ---- 1 file changed, 4 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 80dbb9a9..29bb38ab 100644 --- a/TODO +++ b/TODO @@ -157,10 +157,6 @@ ABI Changes This is a list of changes to make next time there is an ABI change. Comments appear in the code prefixed by "ABI" -* Consider removing InputSource::unreadCh. Maybe we can declare it - final and delete so it will be forced to be removed from derived - classes. - C++-11 ====== -- cgit v1.2.3-54-g00ecf