Search code examples
In what situations Argument Dependent name Look-up (ADL) kicks in?...

c++argument-dependent-lookup

Read More
namespace, class member ADL conflict...

c++argument-dependent-lookupfriend-function

Read More
Why are Boost.Range range_begin/end free functions overloaded for both const as well as non-const re...

c++boostoverload-resolutionargument-dependent-lookupboost-range

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

c++templatesc++11swapargument-dependent-lookup

Read More
no matching function for call to std::list::remove_if( function()::predicate )...

c++predicatestdlistargument-dependent-lookup

Read More
Is Bjarne wrong about this example of ADL, or do I have a compiler bug?...

c++c++11argument-dependent-lookup

Read More
Implementing equal() and find()...

c++argument-dependent-lookup

Read More
Prefer some function over ADL...

c++argument-dependent-lookup

Read More
Workaround for the inverse of Argument Dependent Lookup?...

c++c++11enumsnamespacesargument-dependent-lookup

Read More
`decltype` and mixing ADL-lookup with non-ADL-lookup...

c++c++11decltypeargument-dependent-lookup

Read More
why swap() can work well when I don't call it with two pointer?...

c++namespacesswapusing-directivesargument-dependent-lookup

Read More
Invoking begin and end via using-directive?...

c++c++11stlusing-directivesargument-dependent-lookup

Read More
find() using overloaded operator==...

c++operator-overloadingoverload-resolutionargument-dependent-lookupname-lookup

Read More
I need some clarification regarding this example on Stroustrup's new book about ADL...

c++c++11argument-dependent-lookup

Read More
Should custom containers have free begin/end functions?...

c++c++11iteratorcontainersargument-dependent-lookup

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

c++function-pointersargument-dependent-lookup

Read More
Providing swap() for a C++ template class breaks std::swap()?...

c++visual-studio-2010visual-c++argument-dependent-lookupcopy-and-swap

Read More
Ambiguous call to templated function due to ADL...

c++visual-c++templatesargument-dependent-lookup

Read More
Which function is used to initialize the static class member?...

c++static-membersargument-dependent-lookup

Read More
Why doesn't B::f solve the ambiguity but A::f does?...

c++argument-dependent-lookup

Read More
Does ADL work with named lambdas?...

c++c++11lambdaargument-dependent-lookup

Read More
Understanding the scope of operators in C++...

c++functionnamespacesscopeargument-dependent-lookup

Read More
Does argument dependent lookup only search namespaces or classes too?...

c++argument-dependent-lookup

Read More
Running AIR application tests with Maven/FlexMojos 4.2 beta...

apache-flexairargument-dependent-lookupflexmojosflex-mojos

Read More
Why Argument Dependent Lookup doesn't work with function template dynamic_pointer_cast...

c++argument-dependent-lookup

Read More
Best lookup match between const char * and const char (& p)[T_Size]...

c++templatesargument-dependent-lookup

Read More
Doesn't ADL looks up static member functions?...

c++argument-dependent-lookup

Read More
Calling a function by ADL from another function...

c++namespacesargument-dependent-lookup

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

c++argument-dependent-lookup

Read More
Why does C++11 not support name lookup like this?...

c++c++11namespacesargument-dependent-lookupname-lookup

Read More
BackNext