OSDN Git Service

* tlist.cc, tvector.cc, tmap.cc: Remove explicit instantiations.
[pf3gnuchains/gcc-fork.git] / libstdc++ / tests / tmap.cc
index 2c164c9..7169f9d 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>;