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/testhash.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'utils/testhash.cc') diff --git a/utils/testhash.cc b/utils/testhash.cc index ccc5bab..31d67df 100644 --- a/utils/testhash.cc +++ b/utils/testhash.cc @@ -2,8 +2,7 @@ #include #include - -CcuDictionnary dict (16); +IvlDictionnary dict (16); main () { @@ -43,8 +42,8 @@ main () } #endif if (strcmp (s, "#") == 0) { - CcuDictionnary dictbis (dict); - CcuHashCellIter hi (dictbis); + IvlDictionnary dictbis (dict); + IvlHashCellIter hi (dictbis); while (++hi) printf ("%s\n", (*hi)->GetKey()); continue; -- cgit v1.1