From 7fb22740e131d997fb68bc113b8d9b4472e2c908 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 5 Feb 2022 09:18:58 -0500 Subject: Add operator ""_qpdf for creating QPDFObjectHandle literals --- TODO | 3 --- 1 file changed, 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 9bbaecc7..26d7ebc8 100644 --- a/TODO +++ b/TODO @@ -11,9 +11,6 @@ * QPDFObjectHandle: getValueAsX methods, getKeyIfDict. Plus C API. -* Add user-defined initializer `QPDFObjectHandle operator ""_qpdf` to - be like QPDFObjectHandle::parse: `auto oh = "<< /a (b) >>"_qpdf;` - * See if this has been done or is trivial with C++11 local static initializers: Secure random number generation could be made more efficient by using a local static to ensure a single random device -- cgit v1.2.3-54-g00ecf