Move *-*-gnu* pattern below *-*-linux*.
[official-gcc.git] / libstdc++ / stlinst.cc
blob2a221fbaee9866fcfda74670c7e11269129ffd97
1 // Instantiation file for the -*- C++ -*- Standard Library allocator templates
2 // This file is part of the GNU ANSI C++ Library.
4 #include <alloc.h>
6 #ifndef __USE_MALLOC
7 template class __default_alloc_template<__NODE_ALLOCATOR_THREADS, 0>;
8 #endif
10 template class __malloc_alloc_template<0>;