Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

__cxa_delete{,2,3}(NULL, ...) legal?


  • To: cxx-abi-dev@xxxxxxxxxxxxxxxx
  • Subject: __cxa_delete{,2,3}(NULL, ...) legal?
  • From: scott douglass <sdouglass@xxxxxxx>
  • Date: Wed, 22 Oct 2003 20:37:53 +0100

Hi,

Is it legal to call __cxa_delete{,2,3} with a first argument of NULL?

I think it should be allowed so that the callers don't have to do the NULL-test.

Either way, it would be nice if abi.html was explicit.