aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/stl-inst.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/src/stl-inst.cc')
-rw-r--r--libstdc++-v3/src/stl-inst.cc20
1 files changed, 2 insertions, 18 deletions
diff --git a/libstdc++-v3/src/stl-inst.cc b/libstdc++-v3/src/stl-inst.cc
index 43cef9e6d2c..d80a7186718 100644
--- a/libstdc++-v3/src/stl-inst.cc
+++ b/libstdc++-v3/src/stl-inst.cc
@@ -33,27 +33,11 @@
#include <bits/c++config.h>
#include <memory>
-#include <vector>
-#include <ostream>
-#include <map>
namespace std
{
- const int __stl_threshold = 16;
- const int __stl_chunk_size = 7;
- const int __WORD_BIT = int(CHAR_BIT*sizeof(unsigned int));
- const _Rb_tree_Color_type _S_rb_tree_red = false;
- const _Rb_tree_Color_type _S_rb_tree_black = true;
+ template class allocator<char>;
+ template class allocator<wchar_t>;
- template class __malloc_alloc_template<0>;
-
-#ifndef __USE_MALLOC
template class __default_alloc_template<true, 0>;
-#endif
-
- template
- void
- vector<unsigned int>::
- _M_insert_aux(vector<unsigned int>::iterator, unsigned int const &);
-
} // namespace std