From bed165c9fc070d2c483d8cc9bd0e7ac299b29e23 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 18 Oct 2020 07:43:05 -0400 Subject: Stop using InputSource::unreadCh --- TODO | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 153074b9..2b0492d6 100644 --- a/TODO +++ b/TODO @@ -117,6 +117,10 @@ 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