Opened 10 years ago

Last modified 9 years ago

#8482 new Patches

Make Boost.iostreams compatible with Clang's -Wimplicit-fallthrough diagnostic.

Reported by: Alexander Kornienko <alexfh@…> 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)

iostreams.patch (536 bytes ) - added by Alexander Kornienko <alexfh@…> 10 years ago.

Download all attachments as: .zip

Change History (3)

by Alexander Kornienko <alexfh@…>, 10 years ago

Attachment: iostreams.patch added

comment:1 by Alexander Kornienko <alexfh@…>, 10 years ago

Component: Noneiostreams
Owner: set to Jonathan Turkanis

comment:2 by Daniel James, 9 years ago

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

Note: See TracTickets for help on using tickets.