This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: inline operator delete redefinition and in-charge deleting destructor
> Also, destructors have () parameter specification, not (void) for their
> parameters.
That's a matter of style, they mean the same thing and are equally valid.
> Also, C++ uses...
> #include <cstdio>
> ... not...
> #include <stdio.h>
Again, both are valid.
jon
--
"A great many people think they are thinking when they are merely
rearranging their prejudices."
- William James