]> gcc.gnu.org Git - gcc.git/commitdiff
* tlist.cc, tvector.cc, tmap.cc: Remove explicit instantiations.
authorJason Merrill <jason@yorick.cygnus.com>
Mon, 1 Jun 1998 00:41:51 +0000 (00:41 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 1 Jun 1998 00:41:51 +0000 (20:41 -0400)
From-SVN: r20162

libstdc++/tests/ChangeLog
libstdc++/tests/tlist.cc
libstdc++/tests/tmap.cc
libstdc++/tests/tvector.cc

index da8b5c407cb850b2466e3537b8f9f7bf24254c65..66f0566b106226905f9ee4245221b7c41c699e5c 100644 (file)
@@ -1,3 +1,7 @@
+1998-06-01  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * tlist.cc, tvector.cc, tmap.cc: Remove explicit instantiations.
+
 Fri Oct 10 00:40:31 1997  Jason Merrill  <jason@yorick.cygnus.com>
 
        * tstring.cc (identitytest): s/remove/erase/.
index 8a8be91c05f679011514ea2159c2b5d8c6984ec9..aaf56714a79c1ce69c237b598d02c04f5b2cad99 100644 (file)
@@ -160,6 +160,3 @@ main()
 
   cout << "\ndone\n";
 }
-
-template class __malloc_alloc_template<0>;
-template class __default_alloc_template<false, 0>;
index 2c164c932a9744e326c4872e2a3d8bd32d3093d4..7169f9d20d19a6a435aa1e056b24ae49fd97c1c3 100644 (file)
@@ -64,6 +64,3 @@ main(int argv, char** argc)
   for ( ; pit != phones.end(); pit++)
     cout << "phones[" << (*pit).first << "] = " << (*pit).second << endl; 
 }
-
-template class __malloc_alloc_template<0>;
-template class __default_alloc_template<false, 0>;
index 8b5f8091cf6835e0cd9c4a8ffa4a22a79b945ff6..ef238ef52da524ae3f445dfef7c883998d987fc3 100644 (file)
@@ -18,6 +18,3 @@ main ()
   copy (cvec.begin(), cvec.end(), ostream_iterator<char>(cout));
   cout << endl;
 }
-
-template class __malloc_alloc_template<0>;
-template class __default_alloc_template<false, 0>;
This page took 0.088339 seconds and 5 git commands to generate.