From 5d65e73ca719fdb921f627e3789920ea60c66f01 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 5 Sep 2022 18:49:18 -0400 Subject: [PATCH] TODO note about shared_ptr vs. unique_ptr --- TODO | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index f350f75..ce96217 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 ====================== -- libgit2 0.21.4