2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-28 16:00:53 +00:00

TODO note about shared_ptr vs. unique_ptr

This commit is contained in:
Jay Berkenbilt 2022-09-05 18:49:18 -04:00
parent 0a7ba62b00
commit 5d65e73ca7

4
TODO
View File

@ -270,6 +270,10 @@ Comments appear in the code prefixed by "ABI". Always Search for ABI
in source and header files to find items not listed here. Also search
for "[[deprecated" to find deprecated APIs that can be removed.
* As long as QPDF disallows copying, its Members could be a unique_ptr
instead of a shared_ptr. There may be other classes that could also
be converted.
Page splitting/merging
======================