Re: why Obj-C
Re: why Obj-C
- Subject: Re: why Obj-C
- From: Jim Correia <email@hidden>
- Date: Wed, 10 Apr 2002 08:42:24 -0400
On Wednesday, April 10, 2002, at 05:57 AM, David Vierra wrote:
If any other libraries have you do something completely different to do
this, let me know.
Well it depends how far into the wayback machine you want to go. :-)
The standard C libraries that shipped with old versions of CodeWarrior
didn't support that feature (IIRC), but I'm no longer using them. The
current MSL supports nothrow (but since I have a non-trivial source base
that doesn't expect a bad_alloc to come from new, and changing new to new(
nothrow) was not practical at this time, I built my own version of MSL
which does not throw a bad_alloc.)
Jim
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.