These calls are part of the implementation of the smart pointer itself
and chaning it is likely to be wrong.
Example:
T& operator*() const { return *get(); }
Differential D3540
Do not touch get() calls on 'this' object. sbenza on Apr 29 2014, 6:32 AM. Authored by
Details These calls are part of the implementation of the smart pointer itself T& operator*() const { return *get(); }
Diff Detail |