[Issue 3180] Need delegate covariance and contravariance

2011-06-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||bearophile_h...@eml.cc

[Issue 3180] Need delegate covariance and contravariance

2011-06-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 --- Comment #5 from yebblies yebbl...@gmail.com 2011-06-08 22:48:58 PDT --- *** Issue 4000 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 3180] Need delegate covariance and contravariance

2011-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 3180] Need delegate covariance and contravariance

2009-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 --- Comment #2 from Haruki Shigemori rayerd@gmail.com 2009-07-17 16:55:58 PDT --- (In reply to comment #1) Your contravariance example is not valid, you cannot call foo(B) with an A. It should be: class V { void foo(A); }