Opened 13 years ago
Closed 13 years ago
#3042 closed Patches (fixed)
[bimap] patch for bimap/xpressive regression test failure on GCC 4.4
| Reported by: | Owned by: | Matias Capeletto | |
|---|---|---|---|
| Milestone: | Boost 1.40.0 | Component: | bimap |
| Version: | Boost Development Trunk | Severity: | Problem |
| Keywords: | Cc: |
Description
The bimap 'xpressive' regression test is failing on GCC 4.4.0 due to a conflict between "boost::xpressive::op::construct" and "boost::xpressive::construct", as seen at http://tinyurl.com/pyp7jr .
The attached patch fixes the failure by qualifying the call to construct with xpressive::.
Attachments (1)
Change History (4)
by , 13 years ago
| Attachment: | bimap.patch added |
|---|
comment:1 by , 13 years ago
| Summary: | [bimap] patch for bimap/expressive regression test failure on GCC 4.4 → [bimap] patch for bimap/xpressive regression test failure on GCC 4.4 |
|---|
comment:2 by , 13 years ago
| Status: | new → assigned |
|---|
comment:3 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
