This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/49386] #undef min/max is dependent on order if #include


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49386

--- Comment #10 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-06-13 11:36:50 UTC ---
I agree in principle about the "c++config.h" (aka os_defines.h) header of the
broken targets (which would be, I suppose, djgpp and mingw32) and considered
using it earlier today, but at the moment it's included inside the guards of
c++config itself (and has its own guards). What shall we do about that?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]