using a binary tree container

Mafi mafi at example.org
Fri Feb 11 13:33:33 PST 2011


Am 11.02.2011 21:38, schrieb Steven Schveighoffer:
> On Fri, 11 Feb 2011 14:46:26 -0500, Tom <no.email at gmail.com> wrote:
>
>> what with this?:
>> auto arr = ["foo", "bar", "aaa", "zzz"];
>> sort(arr);
>> assert(canFind("foo"));
>> assert(canFind("aaa"));
>> assert(!canFind("aa"));
>> I had a "Error 1 Error: module algorithem is in file 'std\algorithem.d'
>
> it's spelled "algorithm", no e in there.
>
> -Steve

I allways try to import 'algorythm' because of the german word 
'Algorythmus'. When this happend for the first time, I spent about five 
minutes to find out what's wrong.

Mafi


More information about the Digitalmars-d-learn mailing list