enable_shared_from_this.hpp
diff --git a/intrusive_ptr.html b/intrusive_ptr.html
index 66c1401..c0ddfeb 100644
--- a/intrusive_ptr.html
+++ b/intrusive_ptr.html
@@ -5,7 +5,7 @@
- intrusive_ptr
+ intrusive_ptr
class template
Introduction
diff --git a/scoped_array.htm b/scoped_array.htm
index 9fef424..2e1081c 100644
--- a/scoped_array.htm
+++ b/scoped_array.htm
@@ -5,7 +5,7 @@
- The scoped_array class template stores a pointer to a dynamically
allocated array. (Dynamically allocated arrays are allocated with the C++ new[]
diff --git a/scoped_ptr.htm b/scoped_ptr.htm
index 4a15223..881c402 100644
--- a/scoped_ptr.htm
+++ b/scoped_ptr.htm
@@ -5,7 +5,7 @@
- scoped_ptr
+ scoped_ptr
class template
The scoped_ptr class template stores a pointer to a dynamically allocated
object. (Dynamically allocated objects are allocated with the C++ new expression.)
diff --git a/shared_array.htm b/shared_array.htm
index f4d5f04..337f131 100644
--- a/shared_array.htm
+++ b/shared_array.htm
@@ -5,7 +5,7 @@
- shared_array
+ shared_array
class template
The shared_array class template stores a pointer to a dynamically
allocated array. (Dynamically allocated array are allocated with the C++ new[]
diff --git a/shared_ptr.htm b/shared_ptr.htm
index 196b777..3422166 100644
--- a/shared_ptr.htm
+++ b/shared_ptr.htm
@@ -5,7 +5,7 @@
- shared_ptr
+ shared_ptr
class template
Introduction
Best Practices
diff --git a/smart_ptr.htm b/smart_ptr.htm
index 9327c9f..2ff8dd2 100644
--- a/smart_ptr.htm
+++ b/smart_ptr.htm
@@ -5,7 +5,7 @@
- Smart
+ Smart
Pointers
Introduction
Common Requirements
diff --git a/smarttests.htm b/smarttests.htm
index 04a4381..e7cedff 100644
--- a/smarttests.htm
+++ b/smarttests.htm
@@ -9,7 +9,7 @@
- Smart Pointer Timings
+ Smart Pointer Timings
In late January 2000, Mark Borgerding put forward a suggestion to boost for
a new design of smart pointer whereby an intrusive doubly linked list is used
diff --git a/sp_techniques.html b/sp_techniques.html
index 826195f..ea48db9 100644
--- a/sp_techniques.html
+++ b/sp_techniques.html
@@ -5,7 +5,7 @@
- Smart
+ Smart
Pointer Programming Techniques
Using incomplete classes for implementation hiding
The "Pimpl" idiom
diff --git a/weak_ptr.htm b/weak_ptr.htm
index fb9f44f..e5ccc11 100644
--- a/weak_ptr.htm
+++ b/weak_ptr.htm
@@ -5,7 +5,7 @@
- weak_ptr
+ weak_ptr
class template
Introduction
Synopsis
|