Opened 10 years ago
Last modified 9 years ago
#8482 new Patches
Make Boost.iostreams compatible with Clang's -Wimplicit-fallthrough diagnostic.
| Reported by: | Owned by: | Jonathan Turkanis | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | iostreams |
| Version: | Boost Development Trunk | 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 (3)
by , 10 years ago
| Attachment: | iostreams.patch added |
|---|
comment:1 by , 10 years ago
| Component: | None → iostreams |
|---|---|
| Owner: | set to |
comment:2 by , 9 years ago
Note:
See TracTickets
for help on using tickets.

(In [84162]) Use the new fallthrough macro in iostreams. Refs #8482.