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

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Mar 2 04:43:09 PST 2015


It should be automatically inferred. emplace might be used to 
call constructors that use the GC and putting an explicit @nogc 
on it forbids that, so it would limit the flexibility.


More information about the Digitalmars-d-learn mailing list