dmd 1.053 and 2.037 release
    Walter Bright 
    newshound1 at digitalmars.com
       
    Sat Dec  5 18:35:42 PST 2009
    
    
  
Simen kjaeraas wrote:
> I get a compile error:
>   std\conv.d(2506): Error: undefined identifier module traits.staticIndexOf
> Line 2506 in std.conv should be changed from
>   if (std.traits.staticIndexOf!(Unqual!S, uint, ulong) >= 0 && 
> isSomeString!T)
> to
>   if (std.typetuple.staticIndexOf!(Unqual!S, uint, ulong) >= 0 && 
> isSomeString!T)
That change is already in the release. Perhaps you have an old version?
    
    
More information about the Digitalmars-d-announce
mailing list