Opened 13 years ago
Closed 12 years ago
#3074 closed Patches (fixed)
[fusion] patch for some regression test failures on VC10/GCC4.4
| Reported by: | Owned by: | Joel de Guzman | |
|---|---|---|---|
| Milestone: | Boost 1.43.0 | Component: | fusion |
| Version: | Boost Development Trunk | Severity: | Problem |
| Keywords: | Cc: |
Description
The attached patch fixes some regression test failures on VC10/GCC 4.4 in C++0x mode, for the adapt_assoc_struct/cons/vector_n tests.
The failures all occur because of various ambiguities. VC10 test results:
Attachments (2)
Change History (4)
by , 13 years ago
| Attachment: | fusion.diff added |
|---|
comment:1 by , 13 years ago
| Milestone: | Boost 1.40.0 → Boost 1.43.0 |
|---|---|
| Type: | Bugs → Patches |
by , 13 years ago
| Attachment: | fusion_vc10.patch added |
|---|
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Some of these were fixed in [59347], but there are still some left. Attached is a new patch that gets all the tests passing on the VC10 release candidate.