Opened 13 years ago

Closed 13 years ago

#3025 closed Bugs (fixed)

[lambda] regression test failures in GCC 4 in C++0x mode.

Reported by: Richard Webb <richard.webb@…> Owned by: No-Maintainer
Milestone: Boost 1.40.0 Component: lambda
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

Running the lambda regression tests in GCC 4.3/4.4 in C++0x mode produces a couple of test failures - e.g. http://tinyurl.com/ozaz28

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.

Attachments (1)

constructor_tests.patch (1.7 KB ) - added by Richard Webb <richard.webb@…> 13 years ago.

Download all attachments as: .zip

Change History (2)

by Richard Webb <richard.webb@…>, 13 years ago

Attachment: constructor_tests.patch added

comment:1 by Steven Watanabe, 13 years ago

Resolution: fixed
Status: newclosed

Hmmm... This wasn't updated automatically. Fixed in [53061].

Note: See TracTickets for help on using tickets.