$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] still stuck on expectation points
From: philip tucker (phhht_at_[hidden])
Date: 2010-04-16 22:03:19
On 16 Apr 2010, at 6:16 PM, OvermindDL1 wrote:
>>
>> start %= (constitkind >> id > ':' > id >> probs) % ","; // FAILS
>>
>
>
> start %= (constitkind >> (id > ':' > id) >> probs) % ",";
>
I see what you are saying about precedence. I don't see how to write
an expression which does what I want.
I appreciate your help.