digitalmars.D.dwt - Collection.Map.get conflict?
- davidl (9/9) Aug 08 2008 dwtx\draw2d\graph\NestingTree.d(66): function
- Frank Benoit (2/10) Aug 08 2008 This is fixed now
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
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








Frank Benoit <keinfarbton googlemail.com>