From 48da2d99e4230bcd18e742dea596544a031ef2f1 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 1 Jun 1998 00:41:51 +0000 Subject: [PATCH] * tlist.cc, tvector.cc, tmap.cc: Remove explicit instantiations. From-SVN: r20162 --- libstdc++/tests/ChangeLog | 4 ++++ libstdc++/tests/tlist.cc | 3 --- libstdc++/tests/tmap.cc | 3 --- libstdc++/tests/tvector.cc | 3 --- 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/libstdc++/tests/ChangeLog b/libstdc++/tests/ChangeLog index da8b5c407cb..66f0566b106 100644 --- a/libstdc++/tests/ChangeLog +++ b/libstdc++/tests/ChangeLog @@ -1,3 +1,7 @@ +1998-06-01 Jason Merrill + + * tlist.cc, tvector.cc, tmap.cc: Remove explicit instantiations. + Fri Oct 10 00:40:31 1997 Jason Merrill * tstring.cc (identitytest): s/remove/erase/. diff --git a/libstdc++/tests/tlist.cc b/libstdc++/tests/tlist.cc index 8a8be91c05f..aaf56714a79 100644 --- a/libstdc++/tests/tlist.cc +++ b/libstdc++/tests/tlist.cc @@ -160,6 +160,3 @@ main() cout << "\ndone\n"; } - -template class __malloc_alloc_template<0>; -template class __default_alloc_template; diff --git a/libstdc++/tests/tmap.cc b/libstdc++/tests/tmap.cc index 2c164c932a9..7169f9d20d1 100644 --- a/libstdc++/tests/tmap.cc +++ b/libstdc++/tests/tmap.cc @@ -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; diff --git a/libstdc++/tests/tvector.cc b/libstdc++/tests/tvector.cc index 8b5f8091cf6..ef238ef52da 100644 --- a/libstdc++/tests/tvector.cc +++ b/libstdc++/tests/tvector.cc @@ -18,6 +18,3 @@ main () copy (cvec.begin(), cvec.end(), ostream_iterator(cout)); cout << endl; } - -template class __malloc_alloc_template<0>; -template class __default_alloc_template;