Hello all,
I'm seeing a compiler crash (MSVC 8.0) with the following piece of code. I'm using Boost.Phoenix along with Boost.PropertyTree
namespace pt = boost::property_tree ;
pt::ptree tree ;
boost::phoenix::bind (&pt::ptree::put<string, bool>, tree, string("Temp.Flag"), true) ;
Attached is the build log.
Actually, this is a test program, I wrote to reproduce a C4180 warning, but I see a crash here (actually I see C4180 also)
Let me know if I'm doing something wrong.
Thanks,
Surya