alias symbols in object files

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Apr 21 12:14:15 PDT 2013


On 4/21/13, John Colvin <john.loughran.colvin at gmail.com> wrote:
> Surely the aliased symbol should appear in the object file, or am
> I missing something?

Aliases are a purely compile-time feature. Wherever they're used it's
as if the compiler rewrote the alias with the aliased symbol.


More information about the Digitalmars-d mailing list