Boost C++ Libraries: Ticket #8480: Make Boost.statechart compatible with Clang's -Wimplicit-fallthrough diagnostic. https://svn.boost.org/trac10/ticket/8480 <p> Patch that inserts BOOST_FALLTHROUGH to annotate fallthrough between switch cases. Ticket with discussion of BOOST_FALLTHROUGH: <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8408" title="#8408: Patches: Boost is not compatible with Clang's -Wimplicit-fallthrough diagnostic (closed: fixed)">#8408</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8480 Trac 1.4.3 Alexander Kornienko <alexfh@…> Mon, 22 Apr 2013 14:50:32 GMT attachment set https://svn.boost.org/trac10/ticket/8480 https://svn.boost.org/trac10/ticket/8480 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">statechart.patch</span> </li> </ul> Ticket Andreas Huber Sun, 09 Jun 2013 09:40:30 GMT status, milestone changed https://svn.boost.org/trac10/ticket/8480#comment:1 https://svn.boost.org/trac10/ticket/8480#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.54.0</span> </li> </ul> Ticket Andreas Huber Sun, 09 Jun 2013 14:23:19 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8480#comment:2 https://svn.boost.org/trac10/ticket/8480#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/84715" title="Fixes #8480. Thanks for the patch!">[84715]</a>) Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8480" title="#8480: Patches: Make Boost.statechart compatible with Clang's -Wimplicit-fallthrough ... (closed: fixed)">#8480</a>. Thanks for the patch! </p> Ticket