Opened 14 years ago

Closed 14 years ago

#2376 closed Patches (invalid)

Fix gcc 4.4 preprocessor problem in Fusion

Reported by: Daniel James Owned by: Joel de Guzman
Milestone: Boost 1.37.0 Component: fusion
Version: Boost 1.36.0 Severity: Problem
Keywords: Cc:

Description

The upcoming gcc 4.4 release is going to change the preprocessor in a way which breaks the use of the preprocessor for iteration in some boost files. The attached patch fixes this for fusion.

Attachments (1)

fusion.patch (865 bytes ) - added by Daniel James 14 years ago.

Download all attachments as: .zip

Change History (2)

by Daniel James, 14 years ago

Attachment: fusion.patch added

comment:1 by Daniel James, 14 years ago

Resolution: invalid
Status: newclosed

Sorry, this patch isn't needed for fusion as you include iterate.hpp before the if statement (the problem was occuring in headers which include it inside the first part of the if statement).

Note: See TracTickets for help on using tickets.