[Issue 2706] invalid template instantiation (and declaration?) is not rejected

2012-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2706 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2706] invalid template instantiation (and declaration?) is not rejected

2011-04-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2706 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 2706] invalid template instantiation (and declaration?) is not rejected

2009-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2706 --- Comment #1 from to...@famolsen.dk 2009-03-02 22:37 --- Anoter test case: template newTB(char[] a, char[] b) { const newTB = mixin(a~+~b); } void main() { int a, b; auto c = newTB!(a, b); } Here the bogus error