
10 Jul
2007
10 Jul
'07
6:26 p.m.
Christian Holmquist wrote:
There seems to be some problem with fusion::unfused_typed<> and empty sequences, at least the way I'm trying to use it. The example below doesn't compile with boost::fusion::vector<> as the Sequence parameter to unfused_typed<>. Any clues, someone?
Yep. Seems it hasn't been ported to support
template<> struct result<foo(Sequence)>
instead of template<> struct result<Sequence> // ... yet. Dan Marsden (who already changed most of Fusion to support that scheme) might have a (partial?) port on his disk (CCing this post Dan hoping for a status update). As my schedule has lightened up, I can just do/finish it within the next couple of days. Regards, Tobias