Opened 14 years ago
Closed 14 years ago
#2375 closed Bugs (invalid)
Fix gcc 4.4 preprocessor problem in Function Types
Reported by: | Daniel James | Owned by: | t_schwinger |
---|---|---|---|
Milestone: | Boost 1.37.0 | Component: | function_types |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
The upcoming gcc 4.4 release is going to change the preprocessor in a way which breaks for some boost files. The attached patch fixes the problem for the function types library.
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | function-types.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Sorry, this patch isn't needed for function_types 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).