change handling of const pointers in SysCopyHandle, const-retrieve in OverlapRemovalAlg
- Dec 05, 2022
-
-
Nils Krumnack authored
That fixes a bug introduced in !55866, and is anyways what ought to be done.
7681d5af -
Nils Krumnack authored
Essentially I now need to include the const modifier directly in the template type. The idea is that this allows future iterations of the handle to do different things based on whether they will provide read access or update access.
20e700c5
-