get_shared_ptr renamed to weak_ptr::lock.

[SVN r17307]
This commit is contained in:
Peter Dimov
2003-02-10 15:56:36 +00:00
parent 34f423f811
commit 851d87a1bb
7 changed files with 69 additions and 73 deletions
+3 -3
View File
@@ -1183,14 +1183,14 @@ void test()
} // namespace n_comparison
namespace n_get_shared_ptr
namespace n_lock
{
void test()
{
}
} // namespace n_get_shared_ptr
} // namespace n_lock
namespace n_map
{
@@ -1272,7 +1272,7 @@ int main()
n_use_count::test();
n_swap::test();
n_comparison::test();
n_get_shared_ptr::test();
n_lock::test();
n_map::test();