This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/49386] #undef min/max is dependent on order if #include
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 13 Jun 2011 09:35:09 +0000
- Subject: [Bug libstdc++/49386] #undef min/max is dependent on order if #include
- Auto-submitted: auto-generated
- References: <bug-49386-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49386
--- Comment #7 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-06-13 09:34:52 UTC ---
Created attachment 24506
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24506
Draft patch
This is what I mean. It works of course, but in my opinion is even more ugly
than what we had already place for this M$ insanity. Before applying I'm going
to post it to the mailing list and see if there are no objections.