epics-base / pvDataCPP

pvDataCPP is an EPICS V4 C++ module
https://epics-base.github.io/pvDataCPP/
Other
6 stars 16 forks source link

DEBUG_PTR does not work with base 7.0.7 #88

Closed simon-ess closed 1 year ago

simon-ess commented 1 year ago

The flag DEBUG_PTR was added in order to better track shared pointer usage. However, it is not compatible with a few changes to EPICS base since then:

Proposed fix will be added in a merge request.