Unmanaged - a D framework on github

David d at dav1d.de
Fri Mar 15 03:23:05 PDT 2013


Am 14.03.2013 03:03, schrieb Ellery Newcomer:
> On 03/13/2013 11:30 AM, D-ratiseur wrote:
> 
>> uppon everything to bypass the garbage
>> collector.
> 
> In that case, I call foul.
> 
> FAddr.length = FAddr.length + 1;
> 
> types.d#L281
> 
> Wait, what? You're using classes everywhere and.. ohhhhhhh. you're
> overriding new. Nifty. Don't know if that's been deprecated or not, but
> I'm pretty sure Andrei hates it and wants it to die.

Afaik it is deprecated which really sucks imo.

> The delete statement is deprecated in favor of object.destroy or something.

object.destroy()(UFCS) and clib.free(object) (If it was allocated with
malloc/calloc and friends)


More information about the Digitalmars-d-announce mailing list