$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2007-07-12 05:42:53
Tobias Schwinger wrote:
> 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.
Should be done now. As the docs have not been updated yet (my typing
speed is lousy ITM because of an injury), take a look at the tests or
ask if you experience any difficulties.
Regards,
Tobias