Update of /cvsroot/boost/boost/boost
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20890

Modified Files:
      Tag: RC_1_34_0
        shared_ptr.hpp 
Log Message:
Second try, revert to old Sun behavior for 5.8 and below

Index: shared_ptr.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/shared_ptr.hpp,v
retrieving revision 1.62.2.2
retrieving revision 1.62.2.3
diff -u -d -r1.62.2.2 -r1.62.2.3
--- shared_ptr.hpp      6 Jul 2006 12:13:25 -0000       1.62.2.2
+++ shared_ptr.hpp      7 Jul 2006 22:48:20 -0000       1.62.2.3
@@ -323,14 +323,14 @@
 
     // implicit conversion to "bool"
 
-#if defined(__SUNPRO_CC) && BOOST_WORKAROUND(__SUNPRO_CC, <= 0x530)
+#if defined(__SUNPRO_CC) && BOOST_WORKAROUND(__SUNPRO_CC, <= 0x580)
 
     operator bool () const
     {
         return px != 0;
     }
 
-#elif defined( _MANAGED ) || defined( __SUNPRO_CC )
+#elif defined( _MANAGED )
 
     static void unspecified_bool( this_type*** )
     {


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to