[Issue 1840] Fix ambiguity errors over struct static opCall and regular opCall
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 3 18:17:23 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=1840
strtr at despam.it changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |strtr at despam.it
Version|2.010 |D1 & D2
Severity|enhancement |normal
--- Comment #1 from strtr at despam.it 2010-11-03 18:16:17 PDT ---
I would like to up this to a bug.
S s;
S(); // static void opCall()
s(); // void opCall()
Seen like this the calls have different names, thus should not conflict.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list