DIP60: @nogc attribute

Timon Gehr via Digitalmars-d digitalmars-d at puremagic.com
Sat Apr 26 16:39:47 PDT 2014


On 04/27/2014 01:32 AM, bearophile wrote:
>> If I am not missing some more point, what is the best solution?
>
> Before this question gets lost, I'd like to receive some kind of answer.
>
> Thank you,
> bearophile

The front end already distinguishes dynamic and static array literals 
(in a limited form), this distinction should simply carry through to 
code generation and static array literals should be allowed in @nogc code.


More information about the Digitalmars-d mailing list