From f7299c084b489ae0dc051f05ac127703f6e57e1b Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 26 Nov 2002 16:01:17 +0000 Subject: [PATCH] weak_ptr_test.cpp added. [SVN r16427] --- libs/smart_ptr | 2 +- status/Jamfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/smart_ptr b/libs/smart_ptr index e60c1f9b49..468f63261a 160000 --- a/libs/smart_ptr +++ b/libs/smart_ptr @@ -1 +1 @@ -Subproject commit e60c1f9b4960e0ffe58d16d312e0ad4215657685 +Subproject commit 468f63261a851eee07b060d7f614d87a3e7f8631 diff --git a/status/Jamfile b/status/Jamfile index 9780ef2207..57aec92f79 100644 --- a/status/Jamfile +++ b/status/Jamfile @@ -510,6 +510,7 @@ include testing.jam ; : [ run libs/smart_ptr/smart_ptr_test.cpp ] [ run libs/smart_ptr/shared_ptr_basic_test.cpp : : : <*>-Wno-non-virtual-dtor ] [ run libs/smart_ptr/shared_ptr_test.cpp : : : <*>-Wno-non-virtual-dtor ] + [ run libs/smart_ptr/weak_ptr_test.cpp ] [ run libs/smart_ptr/enable_shared_from_this_test.cpp : : : <*>-Wno-non-virtual-dtor ] [ run libs/smart_ptr/get_deleter_test.cpp ] [ compile-fail libs/smart_ptr/shared_ptr_assign_fail.cpp ]