Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in argument-dependent-lookup

How to make a function template the least priority during ADL?

Is it possible to create a trait to answer if a type comes from std?

Doesn't ADL looks up static member functions?

Why some Boost functions don't need prefixing with namespace

Is it ok to put "using std::swap;" in a header?

Rationale for Koenig lookup

Confusion around function call resolution

Lambdas, local types, and global namespace

Do custom container iterators guarantee ADL to consider namespace std?

Argument-dependent lookup for templates in C++20

Why doesn't function declared inside other function participate in argument dependent lookup?

Argument-dependent lookup in C++

Prefer some function over ADL

Ambiguous call to templated function due to ADL

Why does 'std::endl' require the namespace qualification when used in the statement 'std::cout << std::endl;", given argument-dependent lookup?

Regarding friend function definition and namespace scopes

No ADL inside decltype on VS2012

template object's template friend functions and namespaces

Argument-dependent lookup through base of a template class

Argument dependent lookup for friend functions