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

RE: [reSIProcate] HEAD Socket.hxx broken on win32


This has been fixed and checked in. 

> -----Original Message-----
> From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
> [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx]On Behalf Of Matt
> Porter
> Sent: Sunday, August 01, 2004 7:47 PM
> To: Alan Hawrylyshen
> Cc: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> Subject: [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