$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [fusion] Introspection of fused objects?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-02-26 10:59:34
AMDG
Rutger ter Borg wrote:
>> Is Seq always that same type?
>>
>
> No, it is not, and I suspect it is just the sequence type passed by the
> user. To make it all safe (and, if I'm going to use this approach), I guess
> I neeed to pass more type information myself.
>
Does this help:
boost::function<void()>
saved(boost::bind<void>(fusion::at_c<N>(m_functions), seq));
In Christ,
Steven Watanabe