[Issue 539] can't instantiate nested template of same name

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Nov 18 21:19:38 PST 2006


http://d.puremagic.com/issues/show_bug.cgi?id=539





------- Comment #1 from lovesyao at hotmail.com  2006-11-18 23:19 -------
I think that more short syntax is needed for nested templates.
template Test(T)(T t){}
class Test(T)(T t){}
void Test(T)(T t)(){}
So I want that fix like test!(int)!(10)().


-- 




More information about the Digitalmars-d-bugs mailing list