DIP60: @nogc attribute

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Sat Apr 19 03:07:46 PDT 2014


On 2014-04-18 18:17, Brad Anderson wrote:

> Problems like how toUpperInPlace would still allocate (with
> gusto) could much more easily be recognized and fixed with @nogc available.

toUpperInPlace should be removed. It cannot work reliable in place.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list