< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] HEAD Socket.hxx broken on win32


FYI

 

http://www.devguy.com/fp/Tips/c++.htm

 

Microsoft's #defines for min and max conflict with the functions from the standard C++ library.  Since #defines and macros can not be corralled into namespaces (a serious deficiency in C++ namespaces), std::min and std::max can only be used in Windows-specific applications if you #define NOMINMAX in stdafx.h