[Issue 10485] can not distinguish method call in string mixin!

2013-06-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10485 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10485] can not distinguish method call in string mixin!

2013-06-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10485 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-06-27 06:50:57 PDT --- (In reply to comment #1) this seems is a different but related bug: code: -- class TestClass{} mixin template

[Issue 10485] can not distinguish method call in string mixin!

2013-06-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10485 --- Comment #4 from changlon chang...@gmail.com 2013-06-27 18:49:17 PDT --- Thanks for the quick response. I will use that scope late, the struct wrapper will not work here. I use this: - string test(string name, alias T1)(){ string

[Issue 10485] can not distinguish method call in string mixin!

2013-06-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10485 --- Comment #1 from changlon chang...@gmail.com 2013-06-26 21:23:41 PDT --- this seems is a different but related bug: code: -- class TestClass{} mixin template test(string name){ mixin(scope ~ name ~ = new