From 2c29a039cbd48779b8320d7b78a761dc7603e12d Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 2 Jan 2022 17:25:53 -0500 Subject: [PATCH] TODO --- TODO | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index 4af777c..329dc2a 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,8 @@ Next ==== * High-level API/doc overhaul: #593 +* Add user-defined initializer `QPDFObjectHandle operator ""_qpdf` to + be like QPDFObjectHandle::parse: `auto oh = "<< /a (b) >>"_qpdf;` Consider in the context of #593, possibly with a different implementation -- libgit2 0.21.4