Re: (a || b) is not the same as (a >> -b | b) !!!!

Joel de Guzman <[email protected]> Mon, 19 Oct 2020 08:21:02 +0800
Newsgroups gmane.comp.parsers.spirit.general
Message-ID <[email protected]>
On 10/19/20 1:25 am, Juan Dent wrote:
> Hi !
> 
> According to Boost.Spirit: https://www.boost.org/doc/libs/1_74_0/libs/spirit/doc/html/spirit/qi/tutorials/roman_numerals.html
>    (a || b) is the same as (a >> -b | b) yet experimentation does not agree with this.
> 

Does the roman_numerals parser not work for you?

Cheers,
-- 
Joel