
21 Jan
2007
21 Jan
'07
9:58 p.m.
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? Chris