Search code examples
C++ class templates can be implicity specialized and instantiated without angle brackets?...

c++template-specializationargument-dependent-lookup

Read More
Why do `std::ranges::size` require a non-const method when using ADL?...

c++c++20argument-dependent-lookupstd-ranges

Read More
Rationale for Koenig lookup...

c++argument-dependent-lookup

Read More
undefined reference to inline friend...

c++argument-dependent-lookup

Read More
Unqualified name lookup does not look in local namespace after using declaration...

c++language-lawyerargument-dependent-lookupusing-directives

Read More
C++20 concepts using ADL with circular dependency...

c++c++20circular-dependencyc++-conceptsargument-dependent-lookup

Read More
Warn against missing std:: prefixes due to ADL...

c++compiler-warningsargument-dependent-lookupclang-tidy

Read More
friend function template lookup...

c++argument-dependent-lookupfriend-functionfunction-templates

Read More
Class Templates and Friendship in C++...

c++c++11templateslookupargument-dependent-lookup

Read More
Alternative to template ADL for GCC <= 10...

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

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

c++shared-ptrargument-dependent-lookupunqualified-name

Read More
Why inherited member function from base template class not declared?...

c++templatesargument-dependent-lookup

Read More
customisation point for alias to std types...

c++templatesargument-dependent-lookupcustomization-pointtag-invoke

Read More
Why name lookup can't find std::swap when a base class has a swap function in C++?...

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

Read More
Argument-dependent lookup for templates in C++20...

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

Read More
Enabling ADL for distance within a non-std:: namespace, with a fallback to std::distance...

c++argument-dependent-lookup

Read More
Ambiguity between function and function in namespace with same argument...

c++namespacesfunction-callargument-dependent-lookup

Read More
Argument dependent lookup with stream operator for std::vector...

c++templatesargument-dependent-lookup

Read More
why did I get "ambigous" error when invoking same-named function in different namespace?...

c++gccsyntax-errorargument-dependent-lookup

Read More
Is there a legal way to print tuples and pairs using operator<<?...

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

Read More
C++ compile time counters, revisited...

c++counterconstexprargument-dependent-lookupfriend-function

Read More
ADL not working outside (even of structure)...

c++scopeoverloadingoverload-resolutionargument-dependent-lookup

Read More
Best extension mechanism to be able to adopt third-party dependencies?...

c++argument-dependent-lookup

Read More
How avoid std naming conflicts due to Koenig lookup...

c++stlnamespacesstdargument-dependent-lookup

Read More
Interaction between templates and overloads...

c++templatesoverloadingoverload-resolutionargument-dependent-lookup

Read More
Dependent template names and C++20 ADL...

c++templateslanguage-lawyerc++20argument-dependent-lookup

Read More
Overriding std::variant::operator==...

c++c++17argument-dependent-lookupstd-variant

Read More
Why doesn't ADL work with functions defined outside of a namespace?...

c++argument-dependent-lookup

Read More
How to use ADL in Constraints?...

c++c++20c++-conceptsargument-dependent-lookup

Read More
What normative text governs that a friend defined in-class can be found by non-ADL lookup only once ...

c++language-lawyerargument-dependent-lookupfriend-functionname-lookup

Read More
BackNext