Re: [boost] [ANN] Phoenix-2 prerelease

13 Oct
2005
13 Oct
'05
4:09 p.m.
Daryle Walker wrote:
On 10/12/05 7:31 PM, "Eric Niebler" <eric@boost-consulting.com> 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
7183
Age (days ago)
7183
Last active (days ago)
0 comments
1 participants
participants (1)
-
Eric Niebler