dmd 1.053 and 2.037 release

Simen kjaeraas simen.kjaras at gmail.com
Sat Dec 5 18:48:40 PST 2009


On Sun, 06 Dec 2009 03:35:42 +0100, Walter Bright  
<newshound1 at digitalmars.com> wrote:

> 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?

So it would indeed seem. Sorry about the noise.

-- 
Simen


More information about the Digitalmars-d-announce mailing list