1997-08-22 00:57:35 +02:00
|
|
|
// Instantiation file for the -*- C++ -*- Standard Library allocator templates
|
|
|
|
// This file is part of the GNU ANSI C++ Library.
|
|
|
|
|
|
|
|
#include <alloc.h>
|
|
|
|
|
1999-05-07 12:13:49 +02:00
|
|
|
#ifndef __USE_MALLOC
|
1997-12-07 11:41:01 +01:00
|
|
|
template class __default_alloc_template<__NODE_ALLOCATOR_THREADS, 0>;
|
1999-05-07 12:13:49 +02:00
|
|
|
#endif
|
1997-08-22 00:57:35 +02:00
|
|
|
|
|
|
|
template class __malloc_alloc_template<0>;
|