xref: /haiku/src/libs/stdc++/legacy/stlinst.cc (revision 68ea01249e1e2088933cb12f9c28d4e5c5d1c9ef)
1 // Instantiation file for the -*- C++ -*- Standard Library allocator templates
2 // This file is part of the GNU ANSI C++ Library.
3 
4 #include <alloc.h>
5 
6 #ifndef __USE_MALLOC
7 template class __default_alloc_template<__NODE_ALLOCATOR_THREADS, 0>;
8 #endif
9 
10 template class  __malloc_alloc_template<0>;
11