December 30, 2005 Compiler crash when concatenating template char[] parameters. | ||||
---|---|---|---|---|
| ||||
DMD 0.142 Windows. ------------------------ template dog(char[] duck) { const int dog = 2; } const int aardvark = dog!("cat" ~ "pig"); ------------------------ |
January 01, 2006 Re: Compiler crash when concatenating template char[] parameters. | ||||
---|---|---|---|---|
| ||||
Posted in reply to Don Clugston Attachments: | Don Clugston schrieb am 2005-12-30: > DMD 0.142 Windows. > ------------------------ > template dog(char[] duck) > { > const int dog = 2; > } > > const int aardvark = dog!("cat" ~ "pig"); > ------------------------ Added to DStress as http://dstress.kuehne.cn/run/o/opCat_18_A.d http://dstress.kuehne.cn/run/o/opCat_18_B.d http://dstress.kuehne.cn/run/o/opCat_18_C.d http://dstress.kuehne.cn/run/o/opCat_18_D.d http://dstress.kuehne.cn/run/o/opCat_18_E.d http://dstress.kuehne.cn/run/o/opCat_18_F.d http://dstress.kuehne.cn/run/o/opCat_18_G.d http://dstress.kuehne.cn/run/o/opCat_18_H.d Thomas |
Copyright © 1999-2021 by the D Language Foundation