using a binary tree container

Steven Schveighoffer schveiguy at yahoo.com
Fri Feb 11 12:38:22 PST 2011


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


More information about the Digitalmars-d-learn mailing list