[Issue 52] ambiguous function pointer silently accepted

2010-01-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=52 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 52] ambiguous function pointer silently accepted

2009-10-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=52 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #10

[Issue 52] ambiguous function pointer silently accepted

2009-07-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=52 Don changed: What|Removed |Added Keywords|spec|patch CC|

[Issue 52] ambiguous function pointer silently accepted

2009-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=52 --- Comment #8 from s...@iname.com 2009-04-07 06:25 --- No. If you actually read this bug, you'll see that it isn't about lines 11 and 26, but about the fact that ambiguous function pointers are silently accepted. The errors should be

[Issue 52] ambiguous function pointer silently accepted

2009-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=52 --- Comment #7 from g...@nwawudu.com 2009-04-07 05:31 --- (In reply to comment #6) > The example below does not compile... The example in the issue description does not compile anymore. Has this issue been fixed and is it ok to close t

[Issue 52] ambiguous function pointer silently accepted

2009-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=52 --- Comment #6 from g...@nwawudu.com 2009-04-07 03:12 --- The example below does not compile. Has this been fixed? DMD v1.041 bug52.d(11): Error: expected 1 arguments, not 0 bug52.d(26): Error: expected 0 arguments, not 1 DMD v2.027 b