Browse Source

weak_ptr_test.cpp added.

[SVN r16427]
Peter Dimov 23 years ago
parent
commit
f7299c084b
2 changed files with 2 additions and 1 deletions
  1. 1 1
      libs/smart_ptr
  2. 1 0
      status/Jamfile

+ 1 - 1
libs/smart_ptr

@@ -1 +1 @@
-Subproject commit e60c1f9b4960e0ffe58d16d312e0ad4215657685
+Subproject commit 468f63261a851eee07b060d7f614d87a3e7f8631

+ 1 - 0
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 : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
           [ run libs/smart_ptr/shared_ptr_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
+          [ run libs/smart_ptr/weak_ptr_test.cpp ]
           [ run libs/smart_ptr/enable_shared_from_this_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
           [ run libs/smart_ptr/get_deleter_test.cpp ]
           [ compile-fail libs/smart_ptr/shared_ptr_assign_fail.cpp ]

粤ICP备19079148号