September 29, 2009 [Issue 3350] New: Missing error message for bug 2788 | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=3350 Summary: Missing error message for bug 2788 Product: D Version: 2.032 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: maxmo@pochta.ru --- Comment #0 from Sobirari Muhomori <maxmo@pochta.ru> 2009-09-29 02:19:48 PDT --- The error message "function is not callable using argument types" appears for normal functions, but doesn't appear for templated functions. ---- int gun() { return 0; } void fun() { pun(gun()); //no diagnostic for pun not callable sun(gun()); //function tmp.sun (ref const const(int) a) is not callable using argument types (int) } void pun(T)(const ref T a) { } void sun(const ref int a) { } --- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 20, 2012 [Issue 3350] Missing error message for bug 2788 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sobirari Muhomori | http://d.puremagic.com/issues/show_bug.cgi?id=3350 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |andrej.mitrovich@gmail.com Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation