From 11291104a5386127bd8b65ca5c551bafc51f604a Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Tue, 22 May 2001 18:58:21 +0000 Subject: [PATCH] Smart pointer and utility changes related to adding checked_delere and checked_array_delete [SVN r10189] --- index.htm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.htm b/index.htm index e3efc6c1..72106f54 100644 --- a/index.htm +++ b/index.htm @@ -79,8 +79,10 @@ be self documenting.

Test program

The config_test.cpp program can be used to verify which #defines are in effect for your compiler.

+

The limits_test.cpp program can also be helpful +in diagnosing configuration problems.


-

Revised 10 Nov 2000

+

Revised 22 May 2001