Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76087 - in branches/release: . boost boost/smart_ptr/detail
From: pdimov_at_[hidden]
Date: 2011-12-20 19:43:57


Author: pdimov
Date: 2011-12-20 19:43:56 EST (Tue, 20 Dec 2011)
New Revision: 76087
URL: http://svn.boost.org/trac/boost/changeset/76087

Log:
Merge [76086] to release. Fixes #6308.
Added:
   branches/release/boost/smart_ptr/detail/sp_counted_base_aix.hpp
      - copied unchanged from r76086, /trunk/boost/smart_ptr/detail/sp_counted_base_aix.hpp
Properties modified:
   branches/release/ (props changed)
   branches/release/boost/ (props changed)
Text files modified:
   branches/release/boost/smart_ptr/detail/sp_counted_base.hpp | 3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)

Modified: branches/release/boost/smart_ptr/detail/sp_counted_base.hpp
==============================================================================
--- branches/release/boost/smart_ptr/detail/sp_counted_base.hpp (original)
+++ branches/release/boost/smart_ptr/detail/sp_counted_base.hpp 2011-12-20 19:43:56 EST (Tue, 20 Dec 2011)
@@ -59,6 +59,9 @@
 #elif defined( WIN32 ) || defined( _WIN32 ) || defined( __WIN32__ ) || defined(__CYGWIN__)
 # include <boost/smart_ptr/detail/sp_counted_base_w32.hpp>
 
+#elif defined( _AIX )
+# include <boost/smart_ptr/detail/sp_counted_base_aix.hpp>
+
 #elif !defined( BOOST_HAS_THREADS )
 # include <boost/smart_ptr/detail/sp_counted_base_nt.hpp>
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk