Author: vitek
Date: Tue Aug  5 09:20:58 2008
New Revision: 682772

URL: http://svn.apache.org/viewvc?rev=682772&view=rev
Log:
2008-08-05  Travis Vitek  <[EMAIL PROTECTED]>

        Merge r682771 from branches/4.2.x

        2008-08-05  Travis Vitek  <[EMAIL PROTECTED]>

        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/branches/4.3.x/include/rw/_select.h

Modified: stdcxx/branches/4.3.x/include/rw/_select.h
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/rw/_select.h?rev=682772&r1=682771&r2=682772&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/rw/_select.h (original)
+++ stdcxx/branches/4.3.x/include/rw/_select.h Tue Aug  5 09:20:58 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)


Reply via email to