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: | 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)
Change History (2)
by , 13 years ago
| Attachment: | constructor_tests.patch added | 
|---|
comment:1 by , 13 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

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