#2351 closed Patches (fixed)
Minor BOOST_SPIRIT_RULE fixes (rule_parser.hpp)
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | To Be Determined | Component: | spirit |
Version: | Boost 1.34.1 | Severity: | Problem |
Keywords: | Cc: |
Description
I tried to recompile my project with g++ -pedantic-errors option, and then I encountered some problems with BOOST_SPIRIT_RULE macro (the compiler complained about extra semicolons). The attached patch fixes the problem.
Attachments (1)
Change History (6)
by , 14 years ago
Attachment: | rule_parser.patch added |
---|
comment:4 by , 12 years ago
Milestone: | → To Be Determined |
---|
the problem is still here and it does not compile on visual studio
comment:5 by , 12 years ago
It's patched in trunk and release. Which Boost version are you looking at?
Note:
See TracTickets
for help on using tickets.
BOOST_SPIRIT_RULE patch