Opened 11 years ago

#6096 new Feature Requests

Consider __GNUC__ in and.hpp / or.hpp

Reported by: Karthik Rajagopalan <karthik.rajagopalan@…> 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)

patch.txt (2.6 KB ) - added by Karthik Rajagopalan <karthik.rajagopalan@…> 11 years ago.
Patch for and.hpp or.hpp

Download all attachments as: .zip

Change History (1)

by Karthik Rajagopalan <karthik.rajagopalan@…>, 11 years ago

Attachment: patch.txt added

Patch for and.hpp or.hpp

Note: See TracTickets for help on using tickets.