|
Boost Users : |
Subject: [Boost-users] Compiler crash with Phoenix and PropertyTree.
From: Surya Kiran Gullapalli (suryakiran.gullapalli_at_[hidden])
Date: 2009-12-14 23:49:20
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
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net