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