Commit 48da2d99 by Jason Merrill Committed by Jason Merrill

* tlist.cc, tvector.cc, tmap.cc: Remove explicit instantiations.

From-SVN: r20162
parent c9030116
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/.
......
......@@ -160,6 +160,3 @@ main()
cout << "\ndone\n";
}
template class __malloc_alloc_template<0>;
template class __default_alloc_template<false, 0>;
......@@ -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>;
......@@ -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>;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment