$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Marco Costalba (mcostalba_at_[hidden])
Date: 2008-05-16 06:45:50
On Fri, May 16, 2008 at 12:25 AM, Daniel Walker
<daniel.j.walker_at_[hidden]> wrote:
>
> If the overload_set were instead based on polymorphic_function, then
> after loading add_int for integers, you only need to specify plus once
> to handle all other types.
>
> overload_set<
> mpl::vector<int(int,int), plus(_1,_1)>
>> add(add_ints, plus);
>
This is fundamentally different