* tlist.cc, tvector.cc, tmap.cc: Remove explicit instantiations.
From-SVN: r20162
This commit is contained in:
parent
c903011605
commit
48da2d99e4
4 changed files with 4 additions and 9 deletions
|
@ -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/.
|
||||
|
|
|
@ -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>;
|
||||
|
|
Loading…
Add table
Reference in a new issue