Jo�o Abecasis wrote:
This is weird... I get the error if I compile quickbook with gcc-3.3 and
intel-linux-8.1 but not with gcc-3.4 (all on linux).

I think I tracked down the error, but still have no idea how to fix this. The relevant section of the quickbook grammar is:


    close_bracket =
        ']' |
        if_p(var(is_not_preformatted))
        [
            eol_p >> eol_p    // Make sure that we don't go
        ]                     // past a single block, except
        ;                     // when preformatted.

Outputting the result of evaluating of var(is_not_preformatted) I get all 0s and 1s with gcc-3.4 but bogus values with the other compilers *after the first assignment* (188 and 4 for intel 8.1 and 8 and 191 for gcc-3.3).

Regards,


Jo�o


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to