
12 Jul
2007
12 Jul
'07
9:42 a.m.
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