Boost C++ Libraries: Ticket #5462: regex: Fix up code that uses exceptions https://svn.boost.org/trac10/ticket/5462 <p> Some places in the boost::regex library did not safely guard uses of exceptions with checks to see if exceptions were enabled. </p> <p> See attached patch for a fix. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5462 Trac 1.4.3 carl.simonson@… Tue, 12 Apr 2011 20:15:51 GMT attachment set https://svn.boost.org/trac10/ticket/5462 https://svn.boost.org/trac10/ticket/5462 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">regex-no-exceptions.patch</span> </li> </ul> Ticket carl.simonson@… Tue, 12 Apr 2011 20:59:34 GMT attachment set https://svn.boost.org/trac10/ticket/5462 https://svn.boost.org/trac10/ticket/5462 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">regex-no-exceptions.2.patch</span> </li> </ul> <p> Updated patch </p> Ticket John Maddock Thu, 14 Apr 2011 07:53:31 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5462#comment:1 https://svn.boost.org/trac10/ticket/5462#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</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/71240" title="Apply patches from #5462. Add new test case to verify patches are ...">[71240]</a>) Apply patches from <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5462" title="#5462: Patches: regex: Fix up code that uses exceptions (closed: fixed)">#5462</a>. Add new test case to verify patches are actually working and prevent future breakage! Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5462" title="#5462: Patches: regex: Fix up code that uses exceptions (closed: fixed)">#5462</a>. </p> Ticket