On 2015-03-19 4:17 PM, Tom Browder wrote:
On Thu, Mar 19, 2015 at 5:58 PM, Tobias Leich <em...@froggs.de> wrote:
The multi dispatcher *only* chooses the multi candidate by matching
arguments to parameters. The return type is not considered.
Okay, I have now kind of found that in the synopses (which are a bit
confusing for me considering the function return type is discussed as
part of the function signature).
Yeah, that is something I think should be changed. While in some respects a
return type is part of the signature, it perhaps may be better to not call it
such, and just declare return type outside the signature. -- Darren Duncan