[reSIProcate] HEAD Socket.hxx broken on win32

Matt Porter mporter at calltower.com
Sun Aug 1 21:47:04 CDT 2004


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20040801/27e0a661/attachment.htm>


More information about the resiprocate-devel mailing list