diff --git a/compatibility.htm b/compatibility.htm index fb4d0a5..6d7af92 100644 --- a/compatibility.htm +++ b/compatibility.htm @@ -9,7 +9,7 @@ -

c++boost.gif (8819 bytes)Smart +

boost.png (6897 bytes)Smart Pointer Changes

The February 2002 change to the Boost smart pointers introduced a number diff --git a/enable_shared_from_this.html b/enable_shared_from_this.html index 8ff0a73..8d6a6e3 100644 --- a/enable_shared_from_this.html +++ b/enable_shared_from_this.html @@ -8,7 +8,7 @@
- c++boost.gif (8819 bytes) + boost.png (6897 bytes)

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 @@ -

c++boost.gif (8819 bytes)intrusive_ptr +

boost.png (6897 bytes)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 @@ -

c++boost.gif (8819 bytes)scoped_array +

boost.png (6897 bytes)scoped_array class template

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 @@ -

c++boost.gif (8819 bytes)scoped_ptr +

boost.png (6897 bytes)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 @@ -

c++boost.gif (8819 bytes)shared_array +

boost.png (6897 bytes)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 @@ -

c++boost.gif (8819 bytes)shared_ptr +

boost.png (6897 bytes)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 @@ -

c++boost.gif (8819 bytes)Smart +

boost.png (6897 bytes)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 @@ -

c++boost.gif (8819 bytes)Smart Pointer Timings

+

boost.png (6897 bytes)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 @@ -

c++boost.gif (8819 bytes)Smart +

boost.png (6897 bytes)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 @@ -

c++boost.gif (8819 bytes)weak_ptr +

boost.png (6897 bytes)weak_ptr class template

Introduction
Synopsis