Commit 5d65e73ca719fdb921f627e3789920ea60c66f01

Authored by Jay Berkenbilt
1 parent 0a7ba62b

TODO note about shared_ptr vs. unique_ptr

Showing 1 changed file with 4 additions and 0 deletions
@@ -270,6 +270,10 @@ Comments appear in the code prefixed by "ABI". Always Search for ABI @@ -270,6 +270,10 @@ Comments appear in the code prefixed by "ABI". Always Search for ABI
270 in source and header files to find items not listed here. Also search 270 in source and header files to find items not listed here. Also search
271 for "[[deprecated" to find deprecated APIs that can be removed. 271 for "[[deprecated" to find deprecated APIs that can be removed.
272 272
  273 +* As long as QPDF disallows copying, its Members could be a unique_ptr
  274 + instead of a shared_ptr. There may be other classes that could also
  275 + be converted.
  276 +
273 277
274 Page splitting/merging 278 Page splitting/merging
275 ====================== 279 ======================