Boost C++ Libraries: Ticket #3025: [lambda] regression test failures in GCC 4 in C++0x mode. https://svn.boost.org/trac10/ticket/3025 <p> Running the lambda regression tests in GCC 4.3/4.4 in C++0x mode produces a couple of test failures - e.g. <a class="ext-link" href="http://tinyurl.com/ozaz28"><span class="icon">​</span>http://tinyurl.com/ozaz28</a> </p> <p> The attached patch removes a 'using namespace std' from constructor_tests.cpp and qualifies the calls to std functions with std:: instead, which allows the tests to pass. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3025 Trac 1.4.3 Richard Webb <richard.webb@…> Wed, 13 May 2009 22:44:45 GMT attachment set https://svn.boost.org/trac10/ticket/3025 https://svn.boost.org/trac10/ticket/3025 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">constructor_tests.patch</span> </li> </ul> Ticket Steven Watanabe Sun, 17 May 2009 00:34:46 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3025#comment:1 https://svn.boost.org/trac10/ticket/3025#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> Hmmm... This wasn't updated automatically. Fixed in <a class="changeset" href="https://svn.boost.org/trac10/changeset/53061" title="Avoid using namespace std; to prevent ambiguity between boost and std ...">[53061]</a>. </p> Ticket