diff options
Diffstat (limited to 'libstdc++/stlinst.cc')
-rw-r--r-- | libstdc++/stlinst.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++/stlinst.cc b/libstdc++/stlinst.cc new file mode 100644 index 00000000000..dc55ce32274 --- /dev/null +++ b/libstdc++/stlinst.cc @@ -0,0 +1,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>; |