"Andrej Mitrovic" <andrej.mitrov...@gmail.com> wrote in message
> int foo, bar;
> alias foo target;
> alias bar target;  // error
> mixin("alias bar target;");  // but use this instead and no problem..

Yes, but does target end up referenceing foo or bar? 


Reply via email to