From 106832df66efe6f39769e0c9afad1c808c45bae4 Mon Sep 17 00:00:00 2001 From: Michel Morin Date: Wed, 13 Nov 2013 03:22:55 +0000 Subject: [PATCH] Merge r86524 (Correct broken links to C++ standard papers); fixes #9212 [SVN r86673] --- smart_ptr.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart_ptr.htm b/smart_ptr.htm index 10fe5d6..2aba306 100644 --- a/smart_ptr.htm +++ b/smart_ptr.htm @@ -190,7 +190,7 @@ the full committee, counted_ptr was rejected and surprising transfer-of-ownership semantics were added to auto_ptr.

References

-

[Col-94] Gregory Colvin, +

[Col-94] Gregory Colvin, Exception Safe Smart Pointers, C++ committee document 94-168/N0555, July, 1994.

[E&D-94] John R. Ellis & David L. Detlefs,