Commit 764feb0f8e0b7753c2d3efe644561220acbc771c

Authored by Jay Berkenbilt
1 parent f3d68aa5

TODO note

Showing 1 changed file with 3 additions and 1 deletions
... ... @@ -207,9 +207,11 @@ ABI Changes
207 207 This is a list of changes to make next time there is an ABI change.
208 208 Comments appear in the code prefixed by "ABI"
209 209  
  210 +* Search for ABI to find items not listed here.
210 211 * See where anonymous namespaces can be used to keep things private to
211 212 a source file. Search for `(class|struct)` in **/*.cc.
212   -* Search for ABI to find items not listed here.
  213 +* See if we can use constructor delegation instead of init() in
  214 + classes with overloaded constructors.
213 215 * Merge two versions of QPDFObjectHandle::makeDirect per comment
214 216 * After removing legacy QPDFNameTreeObjectHelper and
215 217 QPDFNumberTreeObjectHelper constructors, NNTreeImpl can switch to
... ...