boost_shared_ptr.h: Added locking policy to tr1::shared_ptr<> and related classes.
authorPhillip Jordan <phillip.m.jordan@gmail.com>
Wed, 23 Aug 2006 10:16:31 +0000 (10:16 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 23 Aug 2006 10:16:31 +0000 (10:16 +0000)
commit3467cfd98264600f249f6e4105df5c0d51804022
tree19a97ccb143dde2caabb2ec8a9448d0c7b5945f9
parenta5c4274085d61311898360920cef526334674cd3
boost_shared_ptr.h: Added locking policy to tr1::shared_ptr<> and related classes.

2006-08-22  Phillip Jordan  <phillip.m.jordan@gmail.com>

*include/tr1/boost_shared_ptr.h: Added locking policy to
tr1::shared_ptr<> and related classes.
* testsuite/tr1/2_general_utilities/memory/shared_ptr/thread: New.
* testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
lockfree_weaktoshared.cc: New.
* testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
mutex_weaktoshared.cc: New.
*testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/
shared_ptr_neg.cc: Modify.

From-SVN: r116345
libstdc++-v3/ChangeLog