[Issue 4174] Template interface functions not allowed, making operator overloads difficult

2012-04-27 Thread d-bugmail
/bb9200a4f80c912a4b9e4c4649307d86edb0624c Issue 4174 - Template interface functions not allowed, making operator overloads difficult The lifting restriction banning final and static members in interfaces should also apply to template functions. https://github.com/D-Programming-Language/dmd/commit

[Issue 4174] Template interface functions not allowed, making operator overloads difficult

2012-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4174 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 4174] Template interface functions not allowed, making operator overloads difficult

2012-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4174 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||d...@dawgfoto.de ---

[Issue 4174] Template interface functions not allowed, making operator overloads difficult

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4174 Alex R�nne Petersen xtzgzo...@gmail.com changed: What|Removed |Added CC|

[Issue 4174] Template interface functions not allowed, making operator overloads difficult

2011-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4174 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||patch, rejects-valid

[Issue 4174] Template interface functions not allowed, making operator overloads difficult

2010-12-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4174 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 4174] Template interface functions not allowed, making operator overloads difficult

2010-12-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4174 --- Comment #3 from Steven Schveighoffer schvei...@yahoo.com 2010-12-29 12:40:08 PST --- Yes, I think back in May, you needed +=. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 4174] Template interface functions not allowed, making operator overloads difficult

2010-05-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4174 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Severity|normal |blocker --