Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in argument-dependent-lookup

Call to function is ambiguous when irrelevant type defined as alias

Does std::(customization point) invoke the most appropriate overload?

Two-phase function template compilation: not *only* ADL is employed in the 2nd phase?

Using equality operators with boost::optional

Determining return type of "generic function"

C++ operator overloading and associated namespace

Understanding the scope of operators in C++

overloading left shift operator

Why does C++11 not support name lookup like this? [closed]

Argument-dependent lookup and function templates [duplicate]

Why doesn't `static_pointer_cast` work with ADL, but requires explicit `std::`?

ADL and friend injection

Range-based for loops and ADL

Argument-dependent lookup -- when is it done, what is searched, and how can you force (or prevent) it?

Should this function call be ambiguous?

How does ADL affect this piece of C++ code?

C++ ADL in nested namespaces with template function

Why doesn't a using directive affect ADL?

Range-Based For Loop and ADL

getting an element from a tuple [duplicate]