aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-06 00:49:18 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-06 00:52:59 +0200
commit5d65e73ca719fdb921f627e3789920ea60c66f01 (patch)
tree865474ae3a5a803c9d12ef2f296969bce8e4802b
parent0a7ba62b004ba16ee2c52b94f126d32c4d857e95 (diff)
downloadqpdf-5d65e73ca719fdb921f627e3789920ea60c66f01.tar.zst
TODO note about shared_ptr vs. unique_ptr
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index f350f757..ce962173 100644
--- a/TODO
+++ b/TODO
@@ -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
======================