]> gcc.gnu.org Git - gcc.git/blame - libstdc++/stlinst.cc
More stuff from Uli.
[gcc.git] / libstdc++ / stlinst.cc
CommitLineData
6599da04
JM
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
6template class __default_alloc_template<false, 0>;
7
8template class __malloc_alloc_template<0>;
This page took 0.037509 seconds and 5 git commands to generate.