Opened 10 years ago
Closed 9 years ago
#8474 closed Patches (fixed)
Make Boost.xpressive compatible with Clang's -Wimplicit-fallthrough diagnostic.
Reported by: | Owned by: | Eric Niebler | |
---|---|---|---|
Milestone: | To Be Determined | Component: | xpressive |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | Cc: | John Maddock |
Description
Patch that inserts BOOST_FALLTHROUGH to annotate fallthrough between switch cases. Ticket with discussion of BOOST_FALLTHROUGH: #8408
Attachments (1)
Change History (4)
by , 10 years ago
Attachment: | xpressive.patch added |
---|
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Status: | new → assigned |
---|
Fixed on trunk, will merge to release when tests have cycled. Many thanks for the patch.
Note:
See TracTickets
for help on using tickets.
(In [85121]) make xpressive play nice with clang's -Wimplicit-fallthrough diagnostic, refs #8474