
26 Feb
2010
26 Feb
'10
8:59 a.m.
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