Thread overview |
---|
November 19, 2006 [Issue 174] segfault with class member template function | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=174 ------- Comment #1 from lovesyao@hotmail.com 2006-11-18 21:20 ------- I also met this bug. More simple testcase: class Test{ template test(){ const int test=1; } } void main(){ assert(Test.test!()==1);//ok assert((new Test).test!()==1);//failed } -- |
November 19, 2006 [Issue 174] segfault with class member template function | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=174 lovesyao@hotmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|0.18 |unspecified ------- Comment #2 from lovesyao@hotmail.com 2006-11-19 01:35 ------- Sorry, I was mistaken(but maybe same cause). I'll create new bug. -- |
November 25, 2006 [Issue 174] segfault with class member template function | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=174 braddr@puremagic.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|braddr@puremagic.com |dvdfrdmn@users.sf.net ------- Comment #3 from braddr@puremagic.com 2006-11-25 15:08 ------- Mass reassignment of gdc bugs from me to David. -- |
December 17, 2006 [Issue 174] segfault with class member template function | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=174 dvdfrdmn@users.sf.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- |
December 17, 2006 [Issue 174] segfault with class member template function | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=174 dvdfrdmn@users.sf.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #4 from dvdfrdmn@users.sf.net 2006-12-16 21:14 ------- Fixed in GDC 0.20 -- |
Copyright © 1999-2021 by the D Language Foundation