C++ PATCH: Warn on deleting void *

Mark Mitchell mark@codesourcery.com
Thu Apr 15 10:55:00 GMT 1999


Nathan --

  Actually, shouldn't the libio change be:

    operator delete[](_arrays)

rather than:
     
    operator delete (_arrays)?

-- 
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


More information about the Gcc-patches mailing list