Boost C++ Libraries: Ticket #11429: boost/math/tr1.hpp has minor problem with FLT_EVAL_METHOD https://svn.boost.org/trac10/ticket/11429 <p> The C99 Standard permits FLT_EVAL_METHOD to have a value of -1. </p> <p> However the conditional code in math/tr1.hpp assumes that if the value is not 0 or 1 that it must be 2. </p> <p> Not a big deal. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11429 Trac 1.4.3 John Maddock Thu, 03 Sep 2015 17:46:39 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11429#comment:1 https://svn.boost.org/trac10/ticket/11429#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> Fixed in <a class="ext-link" href="https://github.com/boostorg/math/commit/e4ec61699addb24fce491e3abd075c0c9a70f7f1"><span class="icon">​</span>https://github.com/boostorg/math/commit/e4ec61699addb24fce491e3abd075c0c9a70f7f1</a> </p> Ticket