Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in argument-dependent-lookup

Nested class strange function lookup: surrounding class functions hide global functions

Why is std::swap not using swap idiom?

Why overloaded operator== for std::weak_ptr instantiated with type defined in namespace can't be found?

find() using overloaded operator==

Workaround for the inverse of Argument Dependent Lookup?

Can refactoring an overloaded operator into a non-member function break any code?

friend function template lookup

Is there a legal way to print tuples and pairs using operator<<?

Inconsistencies with conditional noexcept and overloads

ADL fails (or not done?) for function with additional (non deduced) template parameter

Can't understand name lookup differences between an int and a user defined type - perhaps ADL related

What is the rationale behind ADL for arguments whose type is a class template specialization

Overload operator>> for std::pair<int, int>

Why will two-phase lookup fail to choose overloaded version of 'swap'?

3.4.2 Argument-dependent name lookup from n3290 Draft

Why was argument dependent lookup invented?

What is C++ name lookup doing here? (& is GCC right?)

What is the best namespace for a binary operator?

GCC and ADL for operators in expressions

Why does this program swap the values?