ADL

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Sat Sep 3 14:27:03 PDT 2016


On 9/3/2016 6:22 AM, ZombineDev wrote:
> I agree that it's not a template issue. It's more of a modules vs namespaces
> issue. I think the lack of ADL is not a problem in C# because everyone can (and
> everyone does) extend an existing namespace, so most user's of LINQ algorithms
> just slap a `using System.Linq` on top of the file without caring in exactly
> which file the functionality they're using is coming from.

Hmm, that explanation could be it. I'm not very familiar with LINQ.


More information about the Digitalmars-d mailing list