Boost C++ Libraries: Ticket #3026: [tuple] regression test failures on GCC 4 in C++0x mode https://svn.boost.org/trac10/ticket/3026 <p> The tuple regression tests are all failing on GCC 4.3/4.4 in C++0x mode due to ambiguities between boost::tuple and std::tuple (e.g. <a class="ext-link" href="http://tinyurl.com/qyfk99"><span class="icon">​</span>http://tinyurl.com/qyfk99</a>) </p> <p> The attached patch avoids these problems by removing some uses of 'using namespace std' and qualifying calls with std:: instead. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3026 Trac 1.4.3 Richard Webb <richard.webb@…> Wed, 13 May 2009 23:04:34 GMT attachment set https://svn.boost.org/trac10/ticket/3026 https://svn.boost.org/trac10/ticket/3026 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">tuple.patch</span> </li> </ul> Ticket Steven Watanabe Sat, 23 May 2009 16:49:36 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3026#comment:1 https://svn.boost.org/trac10/ticket/3026#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/53212" title="Avoid ambiguites between std and boost components in C++0x mode. ...">[53212]</a>) Avoid ambiguites between std and boost components in C++0x mode. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3026" title="#3026: Bugs: [tuple] regression test failures on GCC 4 in C++0x mode (closed: fixed)">#3026</a> </p> Ticket