delete (nothrow) ?

Jason Merrill jason@cygnus.com
Thu Jan 22 01:45:00 GMT 1998


>>>>> Munagala V S Ramanath <ram@netcom.com> writes:

> The third edition of Stroustup's book lists (p. 576, Sec 19.4.5) six
> variants of new and delete. However, in the header file <new> of
> egcs-1.0.1 I find 6 variants of new but only these two variants
> of delete:

> void operator delete (void *) throw();
> void operator delete[] (void *) throw();

> Are the remaining variants planned for a future release ?

You will find that the development sources include the remaining variants.

Jason



More information about the Gcc mailing list