id summary reporter owner description type status milestone component version severity resolution keywords cc 5782 Patch for Jamboree Thomas Heller "The following fails to compile.[[BR]] // code from Gabriel Redner {{{ #include #include #include using namespace boost::phoenix; using namespace boost::phoenix::placeholders; void foo(int n) { std::cout << n << std::endl; } int main() { bind(&foo, arg1)(4); } }}} Patch attached. " Patches closed Boost 1.48.0 phoenix Boost 1.47.0 Problem fixed