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:26:04 +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 #5 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-06-13 09:25:33 UTC ---
Note that <iostream>, before anything else, does #include <bits/c++config>,
thus there is something weird going on. If you can spot it, just tell me and
let's resolve this stupid M$ thing.