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

Modified Files:
      Tag: RC_1_34_0
        shared_ptr.hpp 
Log Message:
Attempt to fix sun-5.8 shared_ptr_delete_fail regression

Index: shared_ptr.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/shared_ptr.hpp,v
retrieving revision 1.62.2.1
retrieving revision 1.62.2.2
diff -u -d -r1.62.2.1 -r1.62.2.2
--- shared_ptr.hpp      15 May 2006 13:56:27 -0000      1.62.2.1
+++ shared_ptr.hpp      6 Jul 2006 12:13:25 -0000       1.62.2.2
@@ -330,7 +330,7 @@
         return px != 0;
     }
 
-#elif defined( _MANAGED )
+#elif defined( _MANAGED ) || defined( __SUNPRO_CC )
 
     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