2009/8/9 Stéphane Magnenat <[email protected]>:
> We should add serialization (for checkpointing) to USL, maybe fix its rather
> ineficient implementation of loops (that is, implement tail recursion
> elimination), and then USL is very use ful. We can simplify the binding of
> function using boost::function and boost::parameters_types, the first is a
> clean way to embed function pointer, the second generates a mpl vector (that
> is, a sequence of types) with the arguments of a function pointer.
>
> Martin, is the above list correct?

Yes, but boost::function is already used. What is missing is the use
of fusion::invoke instead of N invoke functions (2*N really, because
functions that return void need special treatment).

Martin


_______________________________________________
glob2-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/glob2-devel

Reply via email to