[Issue 4215] auto ref parameters don't work with class template variables

2010-05-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4215 --- Comment #4 from Walter Bright 2010-05-21 09:49:12 PDT --- What semantics do you wish auto to have for parameters? i.e. why are you using it? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are re

[Issue 4215] auto ref parameters don't work with class template variables

2010-05-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4215 --- Comment #3 from Trass3r 2010-05-21 05:28:54 PDT --- the more general code: template bar(T) { void bar(auto ref T item) { } } void main() { bar!(int) f; } also doesn't work. Even the following doesn't compile: void bar(T

[Issue 4215] auto ref parameters don't work with class template variables

2010-05-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4215 Trass3r changed: What|Removed |Added Severity|normal |enhancement --- Comment #2 from Trass3r 201

[Issue 4215] auto ref parameters don't work with class template variables

2010-05-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4215 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #