Opened 10 years ago

Closed 9 years ago

#8480 closed Patches (fixed)

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

Reported by: Alexander Kornienko <alexfh@…> Owned by: Andreas Huber
Milestone: Boost 1.54.0 Component: statechart
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)

statechart.patch (471 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: statechart.patch added

comment:1 by Andreas Huber, 9 years ago

Milestone: To Be DeterminedBoost 1.54.0
Status: newassigned

comment:2 by Andreas Huber, 9 years ago

Resolution: fixed
Status: assignedclosed

(In [84715]) Fixes #8480. Thanks for the patch!

Note: See TracTickets for help on using tickets.