mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 04:48:59 +08:00
6599da043e
From-SVN: r14877
9 lines
246 B
C++
9 lines
246 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<false, 0>;
|
|
|
|
template class __malloc_alloc_template<0>;
|