|
|
@@ -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. But consider the follow member from a smart pointer:</p>
|
|
|
+performance. But consider the following member from a smart pointer:</p>
|
|
|
<pre> T& 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. 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>
|
|
|
|