"Andrej Mitrovic" <[email protected]> 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