Re: @nogc deduction for templated functions

2017-11-18 Thread David Zhang via Digitalmars-d-learn
Huh, I think I did something weird. It compiles now, and I don't know why. Thanks for your answers.

Re: @nogc deduction for templated functions

2017-11-18 Thread Eugene Wissner via Digitalmars-d-learn
On Saturday, 18 November 2017 at 17:28:14 UTC, David Zhang wrote: Hi, Is there a way for a templated function to deduce or apply the @safe/@nogc attributes automaticaly? I feel like I remember dmd doing so at one point, but it doesn't appear to work anymore. In particular, I need to call a f

Re: @nogc deduction for templated functions

2017-11-18 Thread Jonathan M Davis via Digitalmars-d-learn
On Saturday, November 18, 2017 17:28:14 David Zhang via Digitalmars-d-learn wrote: > Hi, > > Is there a way for a templated function to deduce or apply the > @safe/@nogc attributes automaticaly? I feel like I remember dmd > doing so at one point, but it doesn't appear to work anymore. In > particu

@nogc deduction for templated functions

2017-11-18 Thread David Zhang via Digitalmars-d-learn
Hi, Is there a way for a templated function to deduce or apply the @safe/@nogc attributes automaticaly? I feel like I remember dmd doing so at one point, but it doesn't appear to work anymore. In particular, I need to call a function belonging to a templated type, but do not know what attribu