Boost C++ Libraries: Ticket #6096: Consider __GNUC__ in and.hpp / or.hpp https://svn.boost.org/trac10/ticket/6096 <p> 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 <span class="underline">GNUC</span> macro as part of this condition? </p> <p> I am attaching the patch for this case. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6096 Trac 1.4.3 Karthik Rajagopalan <karthik.rajagopalan@…> Fri, 04 Nov 2011 22:38:17 GMT attachment set https://svn.boost.org/trac10/ticket/6096 https://svn.boost.org/trac10/ticket/6096 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">patch.txt</span> </li> </ul> <p> Patch for and.hpp or.hpp </p> Ticket