Opened 11 years ago
#6096 new Feature Requests
Consider __GNUC__ in and.hpp / or.hpp
Reported by: | Owned by: | Aleksey Gurtovoy | |
---|---|---|---|
Milestone: | To Be Determined | Component: | mpl |
Version: | Boost 1.37.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
In boost mpl header files - "and.hpp" and "or.hpp", we try to undef macros from is0646.h under Windows for processing boost headers. I see that we excluse GCCXML tool under this condition. Since we widely use mingw's 'cpp' to generate dependency files, can we also include GNUC macro as part of this condition?
I am attaching the patch for this case.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Patch for and.hpp or.hpp