$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Phoenix] : Using phoenix with zip_iterator
From: OvermindDL1 (overminddl1_at_[hidden])
Date: 2010-03-16 02:14:34
On Mon, Mar 15, 2010 at 11:07 PM, Manjunath Kudlur <keveman_at_[hidden]> wrote:
>> Your code works for me. Â What version of boost and what compiler
>> are you using?
>
> I grabbed the most recent boost-trunk from SVN. Here is the output of my g++ -v.
>
> /* snip */
It compiles and runs fine for me other then this warning:
testing.cpp(43) : warning C4267: 'initializing' : conversion from
'size_t' to 'unsigned int', possible loss of data
I am using boost trunk, that is with VS2k5 though.