Boost logo

Boost :

From: Eric Niebler (eric_at_[hidden])
Date: 2005-10-13 11:09:14


Daryle Walker wrote:
> On 10/12/05 7:31 PM, "Eric Niebler" <eric_at_[hidden]> wrote:
>> iterator begin, end;
>> ...
>> boost::make_filter_iterator(arg1 > 5, begin, end);
>> // Oops! ---------------------------^
>>
>>Isn't that comma going to be Phoenix's overloaded comma?
>
>
> I don't think so. The comma used to separate function (call) arguments
> always overrides a comma operator.

Yeah, you're right, I figured that out with Joel's help yesterday. C++
is funky.

-- 
Eric Niebler
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk