Boost C++ Libraries: Ticket #8882: sequence_stack.hpp doesn't build without exception support https://svn.boost.org/trac10/ticket/8882 <p> boost/xpressive/detail/utility/sequence_stack.hpp contains a try/catch block, which means it does not build on platforms that don't support exceptions (or where exceptions are disabled). It should instead use the facilities in boost/detail/no_exceptions_support.hpp, so that it works correctly regardless of exception support. </p> <p> The attached patch, relative to Boost 1.53.0, fixes the problem. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8882 Trac 1.4.3 gromer@… Tue, 23 Jul 2013 00:10:42 GMT attachment set https://svn.boost.org/trac10/ticket/8882 https://svn.boost.org/trac10/ticket/8882 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">sequence_stack.patch</span> </li> </ul> <p> Patch to fix </p> Ticket Eric Niebler Tue, 23 Jul 2013 04:03:38 GMT <link>https://svn.boost.org/trac10/ticket/8882#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8882#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/85120" title="use RAII instead of try/catch in sequence_stack.hpp, refs #8882">[85120]</a>) use RAII instead of try/catch in sequence_stack.hpp, refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8882" title="#8882: Patches: sequence_stack.hpp doesn't build without exception support (closed: fixed)">#8882</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Eric Niebler</dc:creator> <pubDate>Tue, 23 Jul 2013 04:04:38 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/8882#comment:2 https://svn.boost.org/trac10/ticket/8882#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Eric Niebler Thu, 22 Aug 2013 19:50:56 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8882#comment:3 https://svn.boost.org/trac10/ticket/8882#comment:3 <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/85427" title="merge [85118],[85119],[85120],[85121] from trunk; fixes #8843, fixes ...">[85427]</a>) merge <a class="changeset" href="https://svn.boost.org/trac10/changeset/85118" title="throw instead of assert at incomplete charset, refs #8843">[85118]</a>,<a class="changeset" href="https://svn.boost.org/trac10/changeset/85119" title="remove unused local typedef, refs #8880">[85119]</a>,<a class="changeset" href="https://svn.boost.org/trac10/changeset/85120" title="use RAII instead of try/catch in sequence_stack.hpp, refs #8882">[85120]</a>,<a class="changeset" href="https://svn.boost.org/trac10/changeset/85121" title="make xpressive play nice with clang's -Wimplicit-fallthrough ...">[85121]</a> from trunk; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8843" title="#8843: Bugs: bugs: xpressive: assertion begin!=end fails, instead of throwing an ... (closed: fixed)">#8843</a>, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8880" title="#8880: Bugs: [xpressive] GCC 4.8+ warns about unused local typedef (closed: fixed)">#8880</a>, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8882" title="#8882: Patches: sequence_stack.hpp doesn't build without exception support (closed: fixed)">#8882</a>, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8474" title="#8474: Patches: Make Boost.xpressive compatible with Clang's -Wimplicit-fallthrough ... (closed: fixed)">#8474</a> </p> Ticket