Re: Traits question and compiler crash

2015-04-14 Thread Filippo Fantini via Digitalmars-d-learn
correct link: https://issues.dlang.org/show_bug.cgi?id=14448

Re: Traits question and compiler crash

2015-04-14 Thread Filippo Fantini via Digitalmars-d-learn
On Tuesday, 14 April 2015 at 10:43:16 UTC, anonymous wrote: On Tuesday, 14 April 2015 at 09:24:04 UTC, Filippo Fantini wrote: Hello everyone! I'm new to D. While playing with around with traits, I ended up writing this short example: module test; class Foo { private int _value = 21; v

Re: Traits question and compiler crash

2015-04-14 Thread anonymous via Digitalmars-d-learn
On Tuesday, 14 April 2015 at 09:24:04 UTC, Filippo Fantini wrote: Hello everyone! I'm new to D. While playing with around with traits, I ended up writing this short example: module test; class Foo { private int _value = 21; void foo() { import std.traits; alias f