ADL

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


On 9/3/2016 9:24 AM, Andrei Alexandrescu wrote:
> On 9/3/16 5:57 PM, Manu via Digitalmars-d wrote:
>> It's not a problem I've ever had.
> A problem you didn't know you have. It's a classic C++ conundrum combining
> theory and practice.


One thing I've noticed in my years of programming and helping others with their 
code is that one can use a feature for decades, over and over, but are only 
using it in a certain specific way. One is lulled into thinking that it works in 
the general case because one is not aware that one's usage is constrained.

Someone else comes along, uses it slightly differently, and oops.

"But I always took the left fork!" :-)

It bites me all the time.


More information about the Digitalmars-d mailing list