Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in argument-dependent-lookup

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?

Beginning generically, plus decltype considering local using-declaration

Why does the compiler choose the incorrect function overload in this case?

How does this template type deduction and overload resolution work?

Template overload resolution for operators inside an anonymous namespace

Apply using statement to the return type of a function without applying to the entire namespace

Non pre-declared function call works for class types but not primitive types

Which function is used to initialize the static class member?

Why does endl(std::cout) compile

Is it possible to take the address of an ADL function?

Comparison operator for std::vector<T> fails to find comparison operator for T

Different behavior for qualified and unqualified name lookup for template