Boost logo

Boost :

From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2007-07-10 14:26:40


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk