From 325530e630c68c7c10a2f4339f5b43434fcd0329 Mon Sep 17 00:00:00 2001 From: sc Date: Tue, 28 Nov 2000 14:19:35 +0000 Subject: Incorporation into IvyLeague Ccu -> Ivl ccu -> ivl Smart pointers disappear (too dangerous) Imakefile disappears (Makefile now) An empty cplus_bugs.h has been created locally --- utils/Initializer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/Initializer.h') diff --git a/utils/Initializer.h b/utils/Initializer.h index 5ed3a59..85c8b27 100644 --- a/utils/Initializer.h +++ b/utils/Initializer.h @@ -20,9 +20,9 @@ #ifndef CPLUS_BUG19 -template class CcuInitializerFor { +template class IvlInitializerFor { public: -inline CcuInitializerFor () { if (!CLASS::ClassInitialized) CLASS::ClassInit (); } +inline IvlInitializerFor () { if (!CLASS::ClassInitialized) CLASS::ClassInit (); } }; #endif -- cgit v1.1