container class sample on Tango mainpage can not compile
    Moritz Warning 
    moritzwarning at web.de
       
    Sat Jan 10 02:34:25 PST 2009
    
    
  
On Wed, 07 Jan 2009 19:47:57 -0500, Sam Hu wrote:
> Morning,
> 
> Anybody can help?
> 
> Regards,
> Sam
try this:
auto nameSet=new TreeBag!(char[])(null, (char[] first,char[] second) {
		return icompare(first,second);
	}
);
btw: tango.collection.* is deprecated and will be replaced by 
tango.container.*, so you might want to use these.
    
    
More information about the Digitalmars-d-learn
mailing list