]> gcc.gnu.org Git - gcc.git/blame - libstdc++/stlinst.cc
configure.in: Put parenthesis around TARGET_CPU_DEFAULT's value.
[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
4ef0de11 6template class __default_alloc_template<__NODE_ALLOCATOR_THREADS, 0>;
6599da04
JM
7
8template class __malloc_alloc_template<0>;
This page took 0.050034 seconds and 5 git commands to generate.