Fix broken link

[SVN r12285]
This commit is contained in:
Beman Dawes
2002-01-11 16:15:09 +00:00
parent 1a9b1dd123
commit 11ec515378

View File

@ -2,21 +2,22 @@
<head> <head>
<title>shared_ptr</title> <title>shared_ptr</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document"> <meta name="ProgId" content="FrontPage.Editor.Document">
</head> </head>
<body bgcolor="#FFFFFF" text="#000000"> <body bgcolor="#FFFFFF" text="#000000">
<h1><img src="../../c++boost.gif" alt="c++boost.gif (8819 bytes)" align="center" width="277" height="86">Class <h1>
<img src="../../c++boost.gif" alt="c++boost.gif (8819 bytes)" align="center" width="277" height="86">Class
<a name="shared_ptr">shared_ptr</a></h1> <a name="shared_ptr">shared_ptr</a></h1>
<p><a href="#Introduction">Introduction<br> <p><a href="#Introduction">Introduction<br>
Synopsis</a><br> Synopsis</a><br>
<a href="#Members">Members</a><br> <a href="#Members">Members</a><br>
<a href="#shared_ptr_example">Example</a><br> <a href="#shared_ptr_example">Example</a><br>
<a href="#Handle/Body">Handle/Body Idiom</a><br> <a href="#Handle/Body">Handle/Body Idiom</a><br>
<a href="smarttests.htm">Frequently Asked Questions<br> <a href="#FAQ">Frequently Asked Questions</a><br>
Smart Pointer Timings</a></p> <a href="smarttests.htm">Smart Pointer Timings</a></p>
<h2><a name="Introduction">Introduction</a></h2> <h2><a name="Introduction">Introduction</a></h2>
<p>Class <strong>shared_ptr</strong> stores a pointer to a dynamically allocated <p>Class <strong>shared_ptr</strong> stores a pointer to a dynamically allocated
object. (Dynamically allocated objects are allocated with the C++ <tt>new</tt> object. (Dynamically allocated objects are allocated with the C++ <tt>new</tt>
@ -256,7 +257,7 @@ had to meet stringent complexity requirements.</p>
[Provided by Peter Dimov]<br> [Provided by Peter Dimov]<br>
</p> </p>
<hr> <hr>
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->13 July, 2001<!--webbot bot="Timestamp" endspan i-checksum="21067" --> <p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->11 January, 2002<!--webbot bot="Timestamp" i-checksum="38439" endspan -->
</p> </p>
<p><EFBFBD> Copyright Greg Colvin and Beman Dawes 1999. Permission to copy, use, <p><EFBFBD> Copyright Greg Colvin and Beman Dawes 1999. Permission to copy, use,
modify, sell and distribute this document is granted provided this copyright modify, sell and distribute this document is granted provided this copyright
@ -266,4 +267,4 @@ any purpose.</p>
</body> </body>
</html> </html>