Chris Weed wrote:
Hi, I am interested in combining the fusion and mpl::math libraries, but I am not sure if they currently support what I want to do.
I want to use generic math operations that can easily switch between run-time and compile-time. I think this would require writing the mpl::math functions as "Polymorphic Function Object" as described in the fusion documentation. I am not sure if there is any mpl::math documentation that describes this.
It looks like the MPL currently has some math operations that are strictly meta-functions in boost/mpl/aux_/arithmetic_op.hpp. Are the any plans to expand these to be functions also?
It would be good to start with some use cases. With use cases, it's easier to understand what exactly you want to accomplish. Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net