You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by vi...@apache.org on 2008/08/05 18:22:15 UTC

svn commit: r682773 - /stdcxx/trunk/include/rw/_select.h

Author: vitek
Date: Tue Aug  5 09:22:14 2008
New Revision: 682773

URL: http://svn.apache.org/viewvc?rev=682773&view=rev
Log:
2008-08-05  Travis Vitek  <vi...@roguewave.com>

	Merge r682771 from branches/4.2.x

	2008-08-05  Travis Vitek  <vi...@roguewave.com>

	STDCXX-968
	* include/rw/_select.h: Use 0 for select descriminator to avoid
	64-bit migration warnings for converting the integer to pointer.


Modified:
    stdcxx/trunk/include/rw/_select.h

Modified: stdcxx/trunk/include/rw/_select.h
URL: http://svn.apache.org/viewvc/stdcxx/trunk/include/rw/_select.h?rev=682773&r1=682772&r2=682773&view=diff
==============================================================================
--- stdcxx/trunk/include/rw/_select.h (original)
+++ stdcxx/trunk/include/rw/_select.h Tue Aug  5 09:22:14 2008
@@ -89,7 +89,7 @@
 
 #if !defined (__SUNPRO_CC) || __SUNPRO_CC > 0x530
 #  define _RWSTD_DISPATCH(iter)   \
-       (typename _RW::__rw_select_int< iter >::_SelectT (1))
+       (typename _RW::__rw_select_int< iter >::_SelectT (0))
 
 #else
    // working around a SunPro 5.3 a prior bug (PR #28739)