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> ?

Max Bowsher maxb@ukf.net
Fri Nov 1 14:46:00 GMT 2002


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.



More information about the Cygwin-apps mailing list