This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin 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]

setup Question for Robert: In archive_tar_file.cc, compress_*.cc is min the STL std::min from <algorithm> or the macro from <windows.h> ?


Subject: setup Question for Robert: In archive_tar_file.cc, compress_*.cc is
min the STL std::min from <algorithm> or the macro from <windows.h> ?

Robert - which one of these is supposed to be used? I couldn't figure it out
from the source. I ask because macros min & max play havoc with
libstdc++-v3. I believe that these must either be the std::min algorithm, or
me must define a macro with a less collision-prone name - say MINIMUM(x,y).

Thanks,

Max.


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