deallocate on null gptr

Issue #59 resolved
Dan Bonachea created an issue

deallocate(global_ptr <T> g) on a null gptr should probably be defined to have no effect, analogously to the T * overload and free()

Comments (1)

  1. Log in to comment