How is ambiguity determined in the overload resolution algorithm?
The overload resolution rules only define a partial order on the set of all matches – if an overload F1 is not a better match than F2, it does not imply that F2 is a better match than F1. The exact partial order can be thought of as comparing two points in k dimensions, where … Read more