Boost logo

Boost Users :

From: Rainer Deyke (yg-boost-users_at_[hidden])
Date: 2003-07-31 00:44:19


Bruno Martínez wrote:
> Hi boosters,
>
> In operators.html (a || b) is said to be equivalent to (a | b | a >>
> b), but, if I understand precedence correctly, it should be
> equivalent to (a >> b | a | b). I'm just learning Spirit, so this may
> probably be my mistake, right?

Actually it's equivalent to (a >> !b | b). The difference being that any
semantic action on 'a' will only be executed once.

-- 
Rainer Deyke - rainerd_at_[hidden] - http://eldwood.com

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