Favorite bug?

BCS ao at pathlink.com
Mon Jul 2 10:53:59 PDT 2007


Reply to Walter,

> BCS wrote:
> 
>> switch(n)
>> {
>> alias T!(1,2,3,4,5) Tp;
>> foreach(int i, int j; Tp)
>> {
>> case j: // fails: non const
>> case Tp[i]: // passes
>> break;
>> }
>> }
> That one was fixed.
> 

when? Am I just out of date?





More information about the Digitalmars-d mailing list