From 2549b818c5cb95a6557a8170ce7f94a79f35a5ce Mon Sep 17 00:00:00 2001
From: Michel Morin
Date: Wed, 30 Oct 2013 12:51:24 +0000
Subject: [PATCH] Correct broken links to C++ standard papers. Refs #9212.
[SVN r86524]
---
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.
- [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,