From 71e9ccd59d38df87272782dd0f56c888ab42a2bd Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Tue, 3 Jan 2006 13:32:36 +0000 Subject: [PATCH] don't forget Petru Marginean git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@398 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/ScopeGuard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/loki/ScopeGuard.h b/include/loki/ScopeGuard.h index 50fd70c..bdda8bb 100755 --- a/include/loki/ScopeGuard.h +++ b/include/loki/ScopeGuard.h @@ -86,7 +86,7 @@ namespace Loki /// \typedef typedef const ScopeGuardImplBase& ScopeGuard /// \ingroup ThreadingGroup /// - /// See Andrei's CUJ article + /// See Andrei's and Petru Marginean's CUJ article /// http://www.cuj.com/documents/s=8000/cujcexp1812alexandr/alexandr.htm /// /// Changes to the original code by Joshua Lehrer: