digitalmars.D.bugs - templated this()
- Ilya Zaitseff (12/12) Nov 09 2004 DMD (0.106) crashes compiling following:
- Thomas =?UTF-8?B?S8O8aG5l?= (4/18) Nov 09 2004 added to DStress as:
DMD (0.106) crashes compiling following: class Any { template X() { this() {} } } void main() { Any a = new Any.X!(); }
Nov 09 2004
Ilya Zaitseff schrieb am Dienstag, 9. November 2004 23:58:DMD (0.106) crashes compiling following: class Any { template X() { this() {} } } void main() { Any a = new Any.X!(); }added to DStress as: http://svn.kuehne.cn/dstress/nocompile/constructor_05.d Thomas
Nov 09 2004