Boost C++ Libraries: Ticket #6111: [unordered] graph regression tests failing on VC9 due to inclusion of <tr1/tuple> https://svn.boost.org/trac10/ticket/6111 <p> A few of the Graph regression tests are failing on VC9 due to unordered/detail/emplace_args.hpp trying to include &lt;tr1/tuple&gt;, which is a GCC specific header. e.g. </p> <p> <a class="ext-link" href="http://tinyurl.com/cp59fn7"><span class="icon">​</span>http://tinyurl.com/cp59fn7</a> </p> <p> VC9 puts its tr1::tuple implementation in &lt;tuple&gt;, so that should be included rather than &lt;tr1/tuple&gt;. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6111 Trac 1.4.3 Daniel James Thu, 10 Nov 2011 12:50:33 GMT status changed https://svn.boost.org/trac10/ticket/6111#comment:1 https://svn.boost.org/trac10/ticket/6111#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> Thanks for the report. It's actually a bit worse than that, <code>BOOST_HAS_TR1_TUPLE</code> is a Boost.TR1 macro, not a config macro, so there's a missing header include. Which explains why this wasn't caught in the unordered tests. Will change to use Boost.TR1 correctly. </p> Ticket Daniel James Thu, 10 Nov 2011 12:58:48 GMT <link>https://svn.boost.org/trac10/ticket/6111#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6111#comment:2</guid> <description> <p> On second thoughts, I'll just remove TR1 support for now. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Thu, 10 Nov 2011 15:16:08 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6111#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6111#comment:3</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/75432" title="Unordered: Remove support for TR1 tuples. Refs #6111.">[75432]</a>) Unordered: Remove support for TR1 tuples. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6111" title="#6111: Bugs: [unordered] graph regression tests failing on VC9 due to inclusion of ... (closed: fixed)">#6111</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Sat, 12 Nov 2011 12:01:37 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/6111#comment:4 https://svn.boost.org/trac10/ticket/6111#comment:4 <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/75450" title="Unordered: Remove support for TR1 tuples. Fixes #6111. ">[75450]</a>) Unordered: Remove support for TR1 tuples. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6111" title="#6111: Bugs: [unordered] graph regression tests failing on VC9 due to inclusion of ... (closed: fixed)">#6111</a>. </p> Ticket