Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in argument-dependent-lookup

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

Interesting behavior of compiler with namespaces

C++ compile time counters, revisited

what does `using std::swap` inside the body of a class method implementation mean?

What's the point of iter_swap?

Is it okay to define a totally general swap() function?

How do I write an ADL-enabled trailing return type, or noexcept specification?

What are the pitfalls of ADL?

Should custom containers have free begin/end functions?

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

Why doesn't ADL find function templates?

What is "Argument-Dependent Lookup" (aka ADL, or "Koenig Lookup")?