Boost C++ Libraries: Ticket #9317: boost math cannot be used without RTTI https://svn.boost.org/trac10/ticket/9317 <p> At the moment Boost.Math cannot be used with RTTI disabled. Having RTTI disabled can be useful for some numerical applications that need to run on platforms with a minimal C++ runtime, and it seems the changes required in Boost.Math to allow this are pretty minimal. </p> <p> Patch attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9317 Trac 1.4.3 Mathias Gaunard Tue, 29 Oct 2013 13:03:35 GMT attachment set https://svn.boost.org/trac10/ticket/9317 https://svn.boost.org/trac10/ticket/9317 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">math_rtti.diff</span> </li> </ul> Ticket John Maddock Tue, 29 Oct 2013 17:16:10 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9317#comment:1 https://svn.boost.org/trac10/ticket/9317#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/86517" title="Allow Boost.Math to be used without RTTI. Fixes #9317.">[86517]</a>) Allow Boost.Math to be used without RTTI. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/9317" title="#9317: Bugs: boost math cannot be used without RTTI (closed: fixed)">#9317</a>. </p> Ticket