Boost C++ Libraries: Ticket #1759: sp_typeinfo.hpp not included in the right way https://svn.boost.org/trac10/ticket/1759 <p> Several files inside the &lt;boost/detail&gt; directory include the line </p> <pre class="wiki">#include "sp_typeinfo.hpp" </pre><p> Sometimes this makes it impossible to find this file. The line should be replaced with </p> <pre class="wiki">#include &lt;detail/sp_typeinfo.hpp&gt; </pre><p> Joe Gottman </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1759 Trac 1.4.3 Peter Dimov Wed, 02 Apr 2008 20:54:24 GMT status changed https://svn.boost.org/trac10/ticket/1759#comment:1 https://svn.boost.org/trac10/ticket/1759#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> Are you sure that it should be <code>&lt;detail/sp_typeinfo.hpp&gt;</code>? I'd have expected the proper fix to be </p> <pre class="wiki">#include &lt;boost/detail/sp_typeinfo.hpp&gt; </pre> Ticket jgottman@… Wed, 02 Apr 2008 21:07:46 GMT <link>https://svn.boost.org/trac10/ticket/1759#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1759#comment:2</guid> <description> <p> Your right. That was a typo in my suggested fix. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Peter Dimov</dc:creator> <pubDate>Wed, 02 Apr 2008 21:42:53 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1759#comment:3 https://svn.boost.org/trac10/ticket/1759#comment:3 <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">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/44004" title="Fix #1759 in trunk.">[44004]</a>) Fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1759" title="#1759: Bugs: sp_typeinfo.hpp not included in the right way (closed: fixed)">#1759</a> in trunk. </p> Ticket Peter Dimov Wed, 02 Apr 2008 21:52:10 GMT <link>https://svn.boost.org/trac10/ticket/1759#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1759#comment:4</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/44005" title="Fix #1759 in release.">[44005]</a>) Fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1759" title="#1759: Bugs: sp_typeinfo.hpp not included in the right way (closed: fixed)">#1759</a> in release. </p> </description> <category>Ticket</category> </item> </channel> </rss>