From 7fac5c155ca48fe42313a41154770cd8148db7b0 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 21 Feb 2003 15:28:52 +0000 Subject: [PATCH] Fix cargill reference [SVN r17576] --- more/generic_exception_safety.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/more/generic_exception_safety.html b/more/generic_exception_safety.html index 17007f2723..7410c86182 100644 --- a/more/generic_exception_safety.html +++ b/more/generic_exception_safety.html @@ -587,10 +587,10 @@ void StrongCheck(const Value& v, const Operation& op) Handling Test Suite, available at http://www.stlport.org/doc/eh_testsuite.html. -
  • Tom Cargill, ``Exception Handling: A - False Sense of Security,'' C++ Report, Nov-Dec 1994, also available - at http://www.awl.com/cp/mec++-cargill.html. +
  • Tom Cargill, ``Exception Handling: + A False Sense of Security,'' C++ Report, Nov-Dec 1994, also + available at http://www.awprofessional.com/content/images/020163371x/supplements/Exception_Handling_Article.html.
  • B. Fomitchev, Adapted SGI STL Version 1.0, with exception handling code by D. Abrahams, available at