Commit 32f7d9989a3c6d45083ff9e686d5eebb87615e42
1 parent
af91b5b5
TODO: ABI note
Showing
2 changed files
with
3 additions
and
0 deletions
TODO
| @@ -180,6 +180,8 @@ ABI Changes | @@ -180,6 +180,8 @@ ABI Changes | ||
| 180 | This is a list of changes to make next time there is an ABI change. | 180 | This is a list of changes to make next time there is an ABI change. |
| 181 | Comments appear in the code prefixed by "ABI" | 181 | Comments appear in the code prefixed by "ABI" |
| 182 | 182 | ||
| 183 | +* See where anonymous namespaces can be used to keep things private to | ||
| 184 | + a source file. Search for `(class|struct)` in **/*.cc. | ||
| 183 | * Search for ABI to find items not listed here. | 185 | * Search for ABI to find items not listed here. |
| 184 | * Merge two versions of QPDFObjectHandle::makeDirect per comment | 186 | * Merge two versions of QPDFObjectHandle::makeDirect per comment |
| 185 | * After removing legacy QPDFNameTreeObjectHelper and | 187 | * After removing legacy QPDFNameTreeObjectHelper and |