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:
parent
a030116020
commit
f52005d3eb
@ -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. </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>
|
||||
|
@ -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" -->
|
||||
|
2
faq.htm
2
faq.htm
@ -131,7 +131,7 @@ encouraged to include keywords in the subject like "thread",
|
||||
|
||||
<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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user