Boost logo

Boost Users :

Subject: Re: [Boost-users] Compiler crash with Phoenix and PropertyTree.
From: Surya Kiran Gullapalli (suryakiran.gullapalli_at_[hidden])
Date: 2009-12-15 06:52:08


On Tue, Dec 15, 2009 at 14:15, Sebastian Redl <sebastian.redl_at_[hidden]
> wrote:

> Surya Kiran Gullapalli wrote:
>
>> 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) ;
>>
>
With Gcc-4.2.2 , compilation fails with errors.
http://pastebin.com/m674d879c

<http://pastebin.com/m674d879c>I tried to sift thru the error log, but
overwhelmed with the number of errors.



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