Boost C++ Libraries: Ticket #10955: VDSP compiller: wrong decision about type_info presence in boost/config https://svn.boost.org/trac10/ticket/10955 <p> I'm getting the same issue as <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7898" title="#7898: Bugs: TI compiller: wrong decision about type_info presence in boost/config (closed: fixed)">ticket:7898</a>, but with a different embedded compiler. In this case the compiler is Analog Devices VDSP++ 5.1. </p> <p> Adding the check </p> <pre class="wiki">... &amp;&amp; !defined(__TI_COMPILER_VERSION__) &amp;&amp; !defined(__VISUALDSPVERSION__) </pre><p> fixes the issue. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10955 Trac 1.4.3 John Maddock Mon, 23 Feb 2015 13:07:49 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/10955#comment:1 https://svn.boost.org/trac10/ticket/10955#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/config/commit/975a488549168fbbad34ac215216b6b70264d24a"><span class="icon">​</span>https://github.com/boostorg/config/commit/975a488549168fbbad34ac215216b6b70264d24a</a> </p> Ticket