summaryrefslogtreecommitdiff
path: root/libstdc++/stlinst.cc
blob: dc55ce3227475441c270097f15338f750e5bbc63 (plain)
1
2
3
4
5
6
7
8
// 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>;