Since C++ guarantees it’s always safe to delete the null pointer, make sure the custom delete
will honor that guarantee
General Idea:
Since C++ guarantees it’s always safe to delete the null pointer, make sure the custom delete
will honor that guarantee
General Idea: