$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-03-20 13:19:13
Marco Costalba wrote:
> I have upload in Vault an updated version of the multi-signature
> function wrapper aka "overload"
>
> File is called overload_20_3_2008.zip
I couldn't find any documentation, so I would like to ask you a few
questions:
The function object can be empty or contain more or less function
objects. What happens when calling the function object and there is
nothing corresponding to the given signature?
I suppose that combination of types that would generate ambiguous
deduction are detected and generate an error at the declaration of an
overload?