Re: implicit or module-wide @nogc

2018-06-13 Thread Gokhhy via Digitalmars-d-learn
On Wednesday, 13 June 2018 at 07:14:35 UTC, Gokhhy wrote: On Wednesday, 13 June 2018 at 07:11:56 UTC, Mike Franklin wrote: On Wednesday, 13 June 2018 at 06:45:27 UTC, Gokhhy wrote: Is there a way to define an entire module as @nogc or otherwise make it so I don't have to qualify every single f

Re: implicit or module-wide @nogc

2018-06-13 Thread Gokhhy via Digitalmars-d-learn
On Wednesday, 13 June 2018 at 07:11:56 UTC, Mike Franklin wrote: On Wednesday, 13 June 2018 at 06:45:27 UTC, Gokhhy wrote: Is there a way to define an entire module as @nogc or otherwise make it so I don't have to qualify every single function as @nogc? You can put attributes at the top of a

implicit or module-wide @nogc

2018-06-12 Thread Gokhhy via Digitalmars-d-learn
Is there a way to define an entire module as @nogc or otherwise make it so I don't have to qualify every single function as @nogc?