www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - Collection.Map.get conflict?

reply davidl <davidl 126.com> writes:
dwtx\draw2d\graph\NestingTree.d(66): function  
dwtx.dwtxhelper.Collection.Map.get called with argument types:
         (void*)
matches both:
         dwtx.dwtxhelper.Collection.Map.get(Object)
and:
         dwtx.dwtxhelper.Collection.Map.get(char[])

-- 
使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/mail/
Aug 08 2008
parent Frank Benoit <keinfarbton googlemail.com> writes:
davidl schrieb:
 dwtx\draw2d\graph\NestingTree.d(66): function 
 dwtx.dwtxhelper.Collection.Map.get called with argument types:
         (void*)
 matches both:
         dwtx.dwtxhelper.Collection.Map.get(Object)
 and:
         dwtx.dwtxhelper.Collection.Map.get(char[])
 
This is fixed now
Aug 08 2008