get_deleter_test added; associated fixes.

[SVN r16373]
This commit is contained in:
Peter Dimov 2002-11-22 16:29:51 +00:00
parent 3161547077
commit 69897be6ae
2 changed files with 2 additions and 1 deletions

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

View file

@ -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 ]
;