Update of /cvsroot/boost/boost/boost/interprocess/smart_ptr/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17930/smart_ptr/detail
Modified Files:
sp_counted_base.hpp
Log Message:
Changes for official inclusion in the regression tests
Index: sp_counted_base.hpp
===================================================================
RCS file:
/cvsroot/boost/boost/boost/interprocess/smart_ptr/detail/sp_counted_base.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sp_counted_base.hpp 12 Jun 2006 17:23:17 -0000 1.1
+++ sp_counted_base.hpp 4 May 2007 20:53:10 -0000 1.2
@@ -25,7 +25,7 @@
# include <boost/interprocess/smart_ptr/detail/sp_counted_base_w32.hpp>
-#elif defined( BOOST_HAS_PTHREADS )
+#elif defined( BOOST_HAS_PTHREADS ) && defined
BOOST_INTERPROCESS_POSIX_PROCESS_SHARED
//Ordinary pthreads counted base is not enough
//we need process shared attributte.
@@ -33,8 +33,7 @@
#else
-// Use #define BOOST_DISABLE_THREADS to avoid the error
-# error Unrecognized threading platform
+# include <boost/interprocess/smart_ptr/detail/sp_counted_base_atomic.hpp>
#endif
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs