id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6040,static_cast_ problem in Phoenix v3,Dragomir Ivanov ,Thomas Heller,"Hi, I have the following snippet, which compiles fine with Phoenix v2, but spits a bunch of compile errors with Phoenix v3. This is GCC 4.6.1, Boost 1.47. Thank you. #include //#include #include #include #include int main() { std::vector data; using boost::phoenix::arg_names::_1; using boost::phoenix::static_cast_; std::ostringstream oss; oss << std::hex; std::for_each(data.begin(),data.end(), oss << static_cast_(_1) ); } ",Bugs,closed,To Be Determined,phoenix,Boost 1.47.0,Problem,fixed,"static_cast_, phoenixv3",