id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc
5687,some evaluation functions do not work with BOOST_RESULT_OF_USE_DECLTYPE,Michel MORIN ,Thomas Heller,"Codes using `phoenix::construct` fail to compile in C++0x with `BOOST_RESULT_OF_USE_DECLTYPE` (Tested on gcc 4.6.1 and clang TOT).
Here is a minimal test code:
{{{
#define BOOST_RESULT_OF_USE_DECLTYPE
#include
#include
int main (int argc, char* argv[])
{
boost::phoenix::construct()();
return 0;
}
}}}
Also, you can get the compile error by compiling `libs/phoenix/test/object/new_delete_tests.cpp` with `BOOST_RESULT_OF_USE_DECLTYPE`.
",Bugs,reopened,To Be Determined,phoenix,Boost 1.47.0,Problem,,C++0x,