From 4ba016d29e9bd48b3bd2f5a8a66ecc0d852d7d56 Mon Sep 17 00:00:00 2001
From: Daniel James
Date: Sun, 10 Feb 2008 16:39:38 +0000
Subject: [PATCH] Merged revisions 43206,43208-43213 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r43206 | danieljames | 2008-02-10 09:55:03 +0000 (Sun, 10 Feb 2008) | 1 line
Fix some broken links.
........
r43209 | danieljames | 2008-02-10 14:56:22 +0000 (Sun, 10 Feb 2008) | 1 line
Link to people pages on the website, as they've been removed from the download.
........
r43210 | danieljames | 2008-02-10 15:02:17 +0000 (Sun, 10 Feb 2008) | 1 line
Point links to the pages that used to be in 'more' to the site.
........
r43212 | danieljames | 2008-02-10 16:10:16 +0000 (Sun, 10 Feb 2008) | 1 line
Fix links on the home page as well.
........
r43213 | danieljames | 2008-02-10 16:21:22 +0000 (Sun, 10 Feb 2008) | 1 line
Generated documentation which is no longer generated.
........
[SVN r43214]
---
smart_ptr.htm | 2 +-
smarttests.htm | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/smart_ptr.htm b/smart_ptr.htm
index 5fb0e8d..497c63f 100644
--- a/smart_ptr.htm
+++ b/smart_ptr.htm
@@ -105,7 +105,7 @@
and that is thrown only by functions which are explicitly documented as
possibly throwing std::bad_alloc.
- Exception-specifications are not used; see
+ Exception-specifications are not used; see
exception-specification rationale.
All the smart pointer templates contain member functions which can never throw
exceptions, because they neither throw exceptions themselves nor call other
diff --git a/smarttests.htm b/smarttests.htm
index e7cedff..1833719 100644
--- a/smarttests.htm
+++ b/smarttests.htm
@@ -21,10 +21,10 @@
mailing list and the tests which this page describes were performed to provide
a guide for current and future investigations into smart pointer implementation
strategies.
-Thanks are due to Dave Abrahams,
+
Thanks are due to Dave Abrahams,
Gavin Collings,
-Greg Colvin and
-Beman Dawes
+Greg Colvin and
+Beman Dawes
for test code and trial implementations, the final version of which can be found
in .zip format here.
Description