gcc/libstdc++/stlinst.cc

9 lines
246 B
C++
Raw Normal View History

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>
template class __default_alloc_template<false, 0>;
template class __malloc_alloc_template<0>;