
Joel de Guzman wrote:
Tobias, this looks really delicious! I'd love to see more of it!
OK. I just uploaded my modded Fusion files to the vault: http://tinyurl.com/ms3kd (archive of modified files) (Sorry, didn't have a CVS version, so it's diff-it-yourself -- where does it live, anyway?) The archive includes: - the lambda adaptor (it's called lambda_result now and supports partial binding to template parameters) - several tests for the lambda adaptor (code reads even better now) - the generic generators (make_*) as suggested during review - the minor fixes I recently sent to the tracker - a naive bind implementation that shows both the lambda stuff and the generic generators in action I noticed several bugs in fusion::unpack_args (maybe one of them is rooted elsewhere) and wrote a small program that shows the problems: http://tinyurl.com/kzlm5 (.cpp file) Enjoy, Tobias