Function overloading concern

Sean Kelly sean at f4.ca
Thu Mar 9 13:36:25 PST 2006


Carlos Santander wrote:
> 
> Does this work?
> 
>     import a;
>     import b;
> 
>     alias a.swap swap;
>     alias b.swap swap;

It does.  alias is just too darn flexible for its own good :-)


Sean



More information about the Digitalmars-d mailing list