|
Loki
0.1.7
|
#include <StrongPtr.h>
Implementation of the DeletePolicy used by StrongPtr. This will never delete anything. You can use this policy with pointers to an undefined type or a pure interface class with a protected destructor.