1
0
mirror of https://github.com/boostorg/more.git synced 2025-03-24 13:20:07 +08:00

Add links to compatibility library

[SVN r9840]
This commit is contained in:
Beman Dawes 2001-04-19 15:04:01 +00:00
parent a030116020
commit f52005d3eb
5 changed files with 7 additions and 7 deletions

View File

@ -100,7 +100,7 @@ spent discussing where to put the bicycle shed (the parking lot would
be a modern equivalent) because everyone
understood the issues and felt comfortable discussing them.&nbsp;</p>
<hr>
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->08 January, 2001<!--webbot bot="Timestamp" endspan i-checksum="38324" -->
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->10 January, 2001<!--webbot bot="Timestamp" endspan i-checksum="38309" -->
</p>
</body>

View File

@ -89,4 +89,4 @@ extern "C" void (*old_translator)(unsigned, EXCEPTION_POINTERS*)
implied warranty, and with no claim as to its suitability for any purpose.
<p>Revised
<!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->17 March, 2001<!--webbot bot="Timestamp" endspan i-checksum="40399" -->
<!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->17 March, 2001<!--webbot bot="Timestamp" endspan i-checksum="28779" -->

View File

@ -131,7 +131,7 @@ encouraged to include keywords in the subject like &quot;thread&quot;,
<hr>
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->16 March, 2001<!--webbot bot="Timestamp" endspan i-checksum="28777" -->
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->18 March, 2001<!--webbot bot="Timestamp" endspan i-checksum="28781" -->
</p>
</body>
</html>

View File

@ -119,7 +119,7 @@ content="text/html; charset=iso-8859-1">
<hr>
<p>Revised <!--webbot bot="Timestamp" startspan s-type="EDITED"
s-format="%d %B, %Y" -->17 April, 2001<!--webbot bot="Timestamp"
i-checksum="29819" endspan --></p>
s-format="%d %B, %Y" -->19 April, 2001<!--webbot bot="Timestamp"
i-checksum="29823" endspan --></p>
</body>
</html>

View File

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