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: Richard Webb <richard.webb@…> 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:

http://tinyurl.com/pt6ma8

http://tinyurl.com/p7hqpx

http://tinyurl.com/qpjs2x

Attachments (2)

fusion.diff (2.0 KB ) - added by Richard Webb <richard.webb@…> 13 years ago.
fusion_vc10.patch (6.8 KB ) - added by rwebb <richard.webb@…> 13 years ago.

Download all attachments as: .zip

Change History (4)

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

Attachment: fusion.diff added

comment:1 by rwebb <richard.webb@…>, 13 years ago

Milestone: Boost 1.40.0Boost 1.43.0
Type: BugsPatches

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.

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

Attachment: fusion_vc10.patch added

comment:2 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

(In [62854]) Clean up MSVC build. Fixes #1619. Fixes #3074.

Note: See TracTickets for help on using tickets.