Commit a218ed488d2bb380fee7f653cb2dd32c1c88c348

Authored by Jay Berkenbilt
1 parent 1db0a7ff

TODO notes

Showing 1 changed file with 4 additions and 0 deletions
@@ -4,6 +4,10 @@ Next @@ -4,6 +4,10 @@ Next
4 * High-level API/doc overhaul: #593 4 * High-level API/doc overhaul: #593
5 * Add user-defined initializer `QPDFObjectHandle operator ""_qpdf` to 5 * Add user-defined initializer `QPDFObjectHandle operator ""_qpdf` to
6 be like QPDFObjectHandle::parse: `auto oh = "<< /a (b) >>"_qpdf;` 6 be like QPDFObjectHandle::parse: `auto oh = "<< /a (b) >>"_qpdf;`
  7 +* Add QPDF_MAJOR_VERSION, QPDF_MINOR_VERSION to some header, possibly
  8 + dll.h since this is everywhere that there's API
  9 +* Take a fresh look at PointerHolder with a good plan for being able
  10 + to have developers phase it in using macros or something.
7 11
8 Consider in the context of #593, possibly with a different 12 Consider in the context of #593, possibly with a different
9 implementation 13 implementation