Boost C++ Libraries: Ticket #4222: feenablexcept does not exist on mac https://svn.boost.org/trac10/ticket/4222 <p> A recent addition to boost/test tries to enable and disable exceptions. Unfortunatly, the methods used (fedisableexcept / feenableexcept) are GNU-specific and do not exist on Mac OS X. </p> <p> The following patch disables the on Apple, similarly to Cygwin. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4222 Trac 1.4.3 Chris Jefferson Sun, 16 May 2010 14:12:16 GMT attachment set https://svn.boost.org/trac10/ticket/4222 https://svn.boost.org/trac10/ticket/4222 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">execution_monitor.ipp.patch</span> </li> </ul> <p> Small patch to execution_monitor to disable fp exception code on mac </p> Ticket Douglas Gregor Mon, 17 May 2010 16:16:09 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4222#comment:1 https://svn.boost.org/trac10/ticket/4222#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/62068" title="Darwin does not have feenablexcept. Fixes #4222. ">[62068]</a>) Darwin does not have feenablexcept. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4222" title="#4222: Feature Requests: feenablexcept does not exist on mac (closed: worksforme)">#4222</a>. </p> Ticket anonymous Mon, 17 May 2010 16:28:04 GMT status, type changed; resolution deleted https://svn.boost.org/trac10/ticket/4222#comment:2 https://svn.boost.org/trac10/ticket/4222#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">closed</span> → <span class="trac-field-new">reopened</span> </li> <li><strong>type</strong> <span class="trac-field-old">Patches</span> → <span class="trac-field-new">Feature Requests</span> </li> <li><strong>resolution</strong> <span class="trac-field-deleted">fixed</span> </li> </ul> <p> according to: <a class="ext-link" href="http://stackoverflow.com/questions/247053/enabling-floating-point-interrupts-on-mac-os-x-intel"><span class="icon">​</span>http://stackoverflow.com/questions/247053/enabling-floating-point-interrupts-on-mac-os-x-intel</a> </p> <p> There are different interfaces we use on Mac. </p> <p> Can anyone who have access to this platform verify this? </p> Ticket rwebb <richard.webb@…> Wed, 19 May 2010 11:55:55 GMT <link>https://svn.boost.org/trac10/ticket/4222#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4222#comment:3</guid> <description> <p> I'm seeing problems in this area on Mingw. e.g. <a class="ext-link" href="http://tinyurl.com/3366wsq"><span class="icon">​</span>http://tinyurl.com/3366wsq</a> </p> <p> Does Mingw need to be handled in the same way as Cygwin? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Raffi Enficiaud</dc:creator> <pubDate>Tue, 07 Jul 2015 09:10:33 GMT</pubDate> <title>owner, status changed https://svn.boost.org/trac10/ticket/4222#comment:4 https://svn.boost.org/trac10/ticket/4222#comment:4 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Gennadiy Rozental</span> to <span class="trac-author">Raffi Enficiaud</span> </li> <li><strong>status</strong> <span class="trac-field-old">reopened</span> → <span class="trac-field-new">new</span> </li> </ul> <p> I believe this is now outdated. Can anyone confirm? </p> Ticket Raffi Enficiaud Tue, 07 Jul 2015 09:10:40 GMT status changed https://svn.boost.org/trac10/ticket/4222#comment:5 https://svn.boost.org/trac10/ticket/4222#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Raffi Enficiaud Fri, 18 Sep 2015 08:35:29 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4222#comment:6 https://svn.boost.org/trac10/ticket/4222#comment:6 <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">worksforme</span> </li> </ul> <p> Putting this issue to the backlog as worksforme, as no one is able to reproduce the issue anymore. If someone hits again the bug, then feel free to reopen it. </p> Ticket