Templated aliases name in compilation error output

Jonathan M Davis jmdavisProg at gmx.com
Sat Feb 11 19:59:53 PST 2012


> On Sunday, February 12, 2012 01:52:16 Pedro Lacerda wrote:
> What are your opinions about these erros output?

aliases are always replaced with the original and you never see the aliased 
name in the compiler output. It's only for the source. Now, that's not 
entirely a good thing. I'd actually prefer that the alias name were used if 
the variable in question was declared with the alias name rather than the 
original, but that's just not how it works at this point.

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list