December 30, 2005
DMD 0.142 Windows.
------------------------
template dog(char[] duck)
{
   const int dog = 2;
}

const int aardvark = dog!("cat" ~ "pig");
------------------------
January 01, 2006
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