Przeglądaj źródła

get_deleter_test added; associated fixes.

[SVN r16373]
Peter Dimov 23 lat temu
rodzic
commit
69897be6ae
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1 1
      libs/smart_ptr
  2. 1 0
      status/Jamfile

+ 1 - 1
libs/smart_ptr

@@ -1 +1 @@
-Subproject commit ea285b42314abf9c3dbba3f1109ff28ca9769582
+Subproject commit fadc0716ce67b569056488d84b98ddc423e8251d

+ 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_test.cpp ]
           [ run libs/smart_ptr/enable_shared_from_this_test.cpp ]
+          [ run libs/smart_ptr/get_deleter_test.cpp ]
           [ compile-fail libs/smart_ptr/shared_ptr_assign_fail.cpp ]
         ;
 

粤ICP备19079148号