[Issue 676] These two funcs shouldn't conflict
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Apr 9 02:31:10 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=676
davidl at 126.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|minor |normal
------- Comment #3 from davidl at 126.com 2007-04-09 04:31 -------
simplified case:
extern void function (char*) udat_applyPattern ;
void udat_applyPattern(char[] wc)
{
udat_applyPattern(cast(char*)wc);
}
void main()
{
}
i think it's about the completeness of the dmd function type calling system and
the completeness of type matching system.
so I remark it as normal level
--
More information about the Digitalmars-d-bugs
mailing list