Search code examples
C++ weird templates/namespaces behavior...

c++templatesnamespacesargument-dependent-lookup

Read More
Where is getline() function coming from?...

c++headernamespacesgetlineargument-dependent-lookup

Read More
How does ADL affect this piece of C++ code?...

c++argument-dependent-lookupname-lookup

Read More
Rust's alternative for C++ ADL overloaded functions?...

rustoverloadinggeneric-programmingargument-dependent-lookupopen-closed-principle

Read More
How can I prevent overshadowing during ADL?...

c++templatesargument-dependent-lookup

Read More
ADL and friend functions of templated types...

c++c++11templatesfriendargument-dependent-lookup

Read More
Undefined class template is not instantiated to check for friend functions...

c++templatesargument-dependent-lookup

Read More
Cxx-prettyprint (for standard containers) defines its output operators inside namespace std - is thi...

c++namespacesoperator-overloadingpretty-printargument-dependent-lookup

Read More
Hidden friends: declarations and definitions...

c++friendargument-dependent-lookup

Read More
Compile-time detection of missing user-defined to_string()...

c++c++11tostringargument-dependent-lookupinfinite-recursion

Read More
Why ADL has a different behavior for operator function than other functions?...

c++operator-overloadingargument-dependent-lookup

Read More
ADL name lookup problem, is using std::swap; swap(a,b) related to function overloading or inner scop...

c++argument-dependent-lookupname-lookup

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

c++overloadingstdc++20argument-dependent-lookup

Read More
Implementing member swap() in terms of non-member swap()...

c++c++17swapoverload-resolutionargument-dependent-lookup

Read More
Namespace resolution with operator== in the STL...

c++stlnamespacesoperator-overloadingargument-dependent-lookup

Read More
using std::swap disabled ADL...

c++swapargument-dependent-lookup

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

c++templateslanguage-lawyerargument-dependent-lookupname-lookup

Read More
Name lookup in template base: why do we add this->...

c++templateslanguage-lawyerargument-dependent-lookupname-lookup

Read More
Argument-dependent lookup of dependent names...

c++language-lawyerlinkageargument-dependent-lookupdependent-name

Read More
Relationship between copy(...) and copy(seq, ...)...

c++c++11stlcopyargument-dependent-lookup

Read More
ADL with std::function: Can functions taking std::function objects be found via the types in the std...

c++language-lawyerstd-functionargument-dependent-lookup

Read More
Getting constexpr functions resolved without creating parameter objects...

c++templatesc++11constexprargument-dependent-lookup

Read More
Why does ADL not work with an unnamed initializer_list?...

c++c++11initializer-listargument-dependent-lookup

Read More
Where is this template function generated? Can compile by g++ but not in visual studio...

c++templatesgccvisual-c++argument-dependent-lookup

Read More
Should this function call be ambiguous?...

c++argument-dependent-lookupfunction-templatesname-lookup

Read More
C++ ADL of a function in another namespace...

c++argument-dependent-lookup

Read More
cannot access namespace scope friend explicitly...

c++language-lawyerfriendargument-dependent-lookupname-lookup

Read More
How to fix previously-working injected template friend function?...

c++gccargument-dependent-lookupfriend-function

Read More
How to provide swap() for a class in the global namespace?...

c++namespacesargument-dependent-lookupglobal-namespace

Read More
How can I use ADL in template deduction?...

c++argument-dependent-lookupfriend-function

Read More
BackNext