summaryrefslogtreecommitdiff
path: root/more/lib_guide.htm
diff options
context:
space:
mode:
authorBeman Dawes <bdawes@acm.org>2001-04-19 15:04:01 +0000
committerBeman Dawes <bdawes@acm.org>2001-04-19 15:04:01 +0000
commit8965c9383f25d382e8181657ca760c5df391a3f9 (patch)
tree9be6d2d802c53b38c4b575ee24c55864ad79398f /more/lib_guide.htm
parentd2d58524946507b7b10b30e137b5b723f54ebc3c (diff)
downloadboost-8965c9383f25d382e8181657ca760c5df391a3f9.tar.gz
Add links to compatibility library
[SVN r9840]
Diffstat (limited to 'more/lib_guide.htm')
-rw-r--r--more/lib_guide.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/more/lib_guide.htm b/more/lib_guide.htm
index 1a547e009d..055e1dbafa 100644
--- a/more/lib_guide.htm
+++ b/more/lib_guide.htm
@@ -271,7 +271,7 @@ C++ programmer to use the library successfully?</p>
<h3><a name="Exception-specification">Exception-specification</a> rationale</h3>
<p>Exception specifications [ISO 15.4] are sometimes coded to indicate what
exceptions may be thrown, or because the programmer hopes they will improved
-performance.&nbsp; But consider the follow member from a smart pointer:</p>
+performance.&nbsp; But consider the following member from a smart pointer:</p>
<pre> T&amp; operator*() const throw() { return *ptr; }</pre>
<p>This function calls no other functions; it only manipulates fundamental data
types like pointers Therefore, no runtime behavior of the
@@ -339,7 +339,7 @@ suggestion.&nbsp; Major contributions are usually acknowledged in the
documentation, while minor fixes are often mentioned in comments within the code
itself.</p>
<hr>
-<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->06 February, 2001<!--webbot bot="Timestamp" endspan i-checksum="40406" --></p>
+<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->17 April, 2001<!--webbot bot="Timestamp" endspan i-checksum="29819" --></p>
</body>