changeset 3577:da3cf11d6966

[project @ 2000-02-04 11:16:13 by jwe]
author jwe
date Fri, 04 Feb 2000 11:17:08 +0000
parents 168277402d7c
children a40ca99e3e75
files doc/interpreter/Map-s.cc
diffstat 1 files changed, 3 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/Map-s.cc
+++ b/doc/interpreter/Map-s.cc
@@ -29,12 +29,9 @@
 #include "Map.h"
 #include "Map.cc"
 
-template class Map<string>;
-template class CHNode<string>;
-template class CHMap<string>;
-
-template static int goodCHptr (CHNode<string> *t);
-template static unsigned int CHptr_to_index (CHNode<string> *t);
+template class Map<std::string>;
+template class CHNode<std::string>;
+template class CHMap<std::string>;
 
 /*
 ;;; Local Variables: ***