Mail Archives: djgpp-workers/1999/10/11/15:50:33
On Mon, 11 Oct 1999, DJ Delorie wrote:
> What I meant was that I expect many C++ programs being *ported* to
> djgpp to provide their own (conflicting) prototypes for xmalloc/xfree,
> as they would also provide their own implementations of those also,
> and would need their own prototypes for other OSs.
I'd rather expect C++ programs not to use xmalloc, but instead use
operator new and catch its errors. That's why I think the problem with
ported programs is much less serious for C++.
Do you object to enabling the prototype under __cplusplus?
- Raw text -