Boost logo

Boost Users :

Subject: [Boost-users] [Phoenix] documentation (if_)
From: John Dlugosz (JDlugosz_at_[hidden])
Date: 2010-06-01 14:05:14


<http://www.boost.org/doc/libs/1_43_0/libs/spirit/phoenix/doc/html/phoenix/starter_kit.html>

Under "Lazy Statements", it gives the example of

        if_(arg1 > 5)
            cout << arg1

wondering how you managed to get operator overloading to accept that (sans brackets), I looked at the following like for 'statements'. The if_ statement does not mention this form. Should the example be:

        if_(arg1 > 5)
            [
            cout << arg1
            ]

? Or, if the original is expected to work, it should be mentioned at <http://www.boost.org/doc/libs/1_43_0/libs/spirit/phoenix/doc/html/phoenix/composite.html#phoenix.composite.statement.if__statement> along with something pointing it out more explicitly.

--John

TradeStation Group, Inc. is a publicly-traded holding company (NASDAQ GS: TRAD) of three operating subsidiaries, TradeStation Securities, Inc. (Member NYSE, FINRA, SIPC and NFA), TradeStation Technologies, Inc., a trading software and subscription company, and TradeStation Europe Limited, a United Kingdom, FSA-authorized introducing brokerage firm. None of these companies provides trading or investment advice, recommendations or endorsements of any kind. The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.


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