Re: Shouldn't std.conv.emplace be @nogc?
Adam D. Ruppe via Digitalmars-d-learn Mon, 02 Mar 2015 04:46:00 -0800
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.
- Shouldn't std.conv.emplace be @nog... drug via Digitalmars-d-learn
- Re: Shouldn't std.conv.emplac... Tobias Pankrath via Digitalmars-d-learn
- Re: Shouldn't std.conv.emplac... Adam D. Ruppe via Digitalmars-d-learn
- Re: Shouldn't std.conv.emplac... Kapps via Digitalmars-d-learn