hsf-training / cpluspluscourse

C++ Course Taught at CERN, from Sebastien Ponce (LHCb)
Apache License 2.0
169 stars 65 forks source link

Contradiction in ADL and name lookups? #497

Closed hageboeck closed 11 months ago

hageboeck commented 11 months ago

In the advanced course, we seem to have a contradiction for name lookup rules. We claim that lookup stops on first find, but ADL still seems to kick in.