Opened 13 years ago
Closed 13 years ago
#3023 closed Bugs (fixed)
[minmax] regression test failures with GCC 4 in C++0x mode
| Reported by: | Owned by: | No-Maintainer | |
|---|---|---|---|
| Milestone: | Boost 1.40.0 | Component: | utility | 
| Version: | Boost Development Trunk | Severity: | Problem | 
| Keywords: | Cc: | 
Description
When you run the minmax regression tests in GCC 4.4 in C++0x mode, you get some failures due to ambiguities between boost::minmax and std::minmax (e.g. http://tinyurl.com/qn7g53)
Qualifying the calls to minmax with boost:: allows the tests to pass.
Attachments (1)
Change History (2)
by , 13 years ago
| Attachment: | minmax.patch added | 
|---|
comment:1 by , 13 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

(In [53062]) Qualify minmax with boost:: to avoid ambiguity with std::minmax. Fixes #3023