On 4/17/2014 9:23 PM, Brad Anderson wrote:
Would @nogc apply to code being evaluated at compile-time? I don't think it should.
Yes, it would be. Compile time functions are not special, in fact, there is no such thing in D.
On 4/17/2014 9:23 PM, Brad Anderson wrote:
Would @nogc apply to code being evaluated at compile-time? I don't think it should.
Yes, it would be. Compile time functions are not special, in fact, there is no such thing in D.