freebsd-dev/contrib/libstdc++/stlinst.cc
1999-10-04 08:12:38 +00:00

9 lines
265 B
C++

// Instantiation file for the -*- C++ -*- Standard Library allocator templates
// This file is part of the GNU ANSI C++ Library.
#include <alloc.h>
template class __default_alloc_template<__NODE_ALLOCATOR_THREADS, 0>;
template class __malloc_alloc_template<0>;