#include #include //#include //#include #include #include int main() { using namespace boost::phoenix::arg_names; const float x = 1.0f; const float y = 1.0f; assert(std::abs((arg1+arg2)(x,y)-2.0f)<1e-8); }