[Issue 1997] Better type inference for templated types

2020-08-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1997 Simen Kjaeraas changed: What|Removed |Added CC||por...@narod.ru --- Comment #4 from Simen

[Issue 1997] Better type inference for templated types

2017-06-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1997 Simen Kjaeraas changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1997] Better type inference for templated types

2011-09-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1997 --- Comment #2 from Simen Kjaeraas simen.kja...@gmail.com 2011-09-16 08:17:12 PDT --- It is worth noting here that the workaround is to use a free function: struct Foo( T ) { T data; this( T value ) { data = value; } }

[Issue 1997] Better type inference for templated types

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1997 Jesse Phillips jesse.k.phillip...@gmail.com changed: What|Removed |Added CC|