[Issue 2640] Improve usability of the "inner name trick"
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Feb 1 15:13:01 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2640
------- Comment #2 from 2korden at gmail.com 2009-02-01 17:13 -------
Yeah, I have proposed that, too. I suggested marking all internal temporary
aliases as private for that purpose:
template WidgetImpl(T)
{
private alias ...something_complex... Tmp; // not visible from outside
alias ...something_else... WidgetImpl; // public
}
--
More information about the Digitalmars-d-bugs
mailing list