From f52005d3eb7fa6f795bc163d57fa31752e959bd8 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Thu, 19 Apr 2001 15:04:01 +0000 Subject: [PATCH] Add links to compatibility library [SVN r9840] --- discussion_policy.htm | 2 +- error_handling.html | 2 +- faq.htm | 2 +- index.htm | 4 ++-- lib_guide.htm | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/discussion_policy.htm b/discussion_policy.htm index 6047d6a..12178cc 100644 --- a/discussion_policy.htm +++ b/discussion_policy.htm @@ -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. 


-

Revised 08 January, 2001 +

Revised 10 January, 2001

diff --git a/error_handling.html b/error_handling.html index 3d56416..21b5e93 100644 --- a/error_handling.html +++ b/error_handling.html @@ -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.

Revised - 17 March, 2001 + 17 March, 2001 diff --git a/faq.htm b/faq.htm index 77f29a4..0893fbf 100644 --- a/faq.htm +++ b/faq.htm @@ -131,7 +131,7 @@ encouraged to include keywords in the subject like "thread",


-

Revised 16 March, 2001 +

Revised 18 March, 2001

diff --git a/index.htm b/index.htm index 4314c81..d1cb27e 100644 --- a/index.htm +++ b/index.htm @@ -119,7 +119,7 @@ content="text/html; charset=iso-8859-1">

Revised 17 April, 2001

+s-format="%d %B, %Y" -->19 April, 2001

diff --git a/lib_guide.htm b/lib_guide.htm index 1a547e0..055e1db 100644 --- a/lib_guide.htm +++ b/lib_guide.htm @@ -271,7 +271,7 @@ C++ programmer to use the library successfully?

Exception-specification rationale

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:

+performance.  But consider the following member from a smart pointer:

    T& operator*() const throw()  { return *ptr; }

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.


-

Revised 06 February, 2001

+

Revised 17 April, 2001