On 9/27/2017 4:21 PM, Manu wrote:
D does not have ADL,
Thank gawd! :-)
which will almost certainly lead to _very_ nasty surprises in behaviour.
ADL was always a hack to get around the wretched overloading symbol lookup behavior in C++. I see it has somehow morphed into a feature :-( but I see no advantage to it over D's approach (the reverse operand lookup scheme).
