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





------- Comment #1 from and...@metalanguage.com  2009-01-28 19:04 -------
Oh, and aliasing this should also nicely take care of the "inner name trick":

template Blah!(T) { alias T Blah; }

becomes

template Blah!(T) { alias T this; }

Much cleaner because it clarifies the intent and allows "one point of
renaming".


-- 

Reply via email to