Shouldn't std.conv.emplace be @nogc?

Tobias Pankrath via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Mar 2 04:40:37 PST 2015


On Monday, 2 March 2015 at 12:37:33 UTC, drug wrote:
> I guess the reason why std.conv.emplace is not @nogc-ed is that 
> nobody added it yet? I didn't see using of gc in the emplace 
> sources.

It's a template and an instance will be @nogc, if possible.


More information about the Digitalmars-d-learn mailing list