Newbetuts
.
New posts in overload-resolution
Why does the compiler prefer f(const void*) to f(const std::string &)?
c++
stdstring
string-literals
overloading
overload-resolution
Overload resolution issue for generic method with constraints
c#
generics
overload-resolution
C# Method overload resolution not selecting concrete generic override
c#
generics
overload-resolution
Why is an overloaded function with two arguments of type double called when passing a long long?
c++
double
overloading
overload-resolution
What are the pitfalls of ADL?
c++
namespaces
overload-resolution
argument-dependent-lookup
std::function fails to distinguish overloaded functions
c++
c++11
overload-resolution
std-function
C++ template functions overload resolution
c++
templates
overloading
overload-resolution
Peculiar overload resolution with while (true)
c#
.net
lambda
overloading
overload-resolution
Why does the number of elements in a initializer list cause an ambiguous call error?
c++
initializer-list
ambiguous
overload-resolution
How is ambiguity determined in the overload resolution algorithm?
c++
overload-resolution
Overloaded lambdas in C++ and differences between clang and gcc
c++
c++11
gcc
clang
overload-resolution
Overload resolution and virtual methods
c#
virtual-functions
overload-resolution
Overloaded method-group argument confuses overload resolution?
c#
c#-4.0
overload-resolution
method-group
Template partial ordering - why does partial deduction succeed here
c++
templates
language-lawyer
overload-resolution
partial-ordering
Why would adding a method add an ambiguous call, if it wouldn't be involved in the ambiguity
c#
overload-resolution
Why is a public const method not called when the non-const one is private?
c++
overloading
overload-resolution
private-methods
const-method
String literal matches bool overload instead of std::string
c++
string
boolean
overloading
overload-resolution
Why does pointer decay take priority over a deduced template?
c++
arrays
overload-resolution
How does the method overload resolution system decide which method to call when a null value is passed?
c#
.net
overload-resolution
Prev