diff options
| author | Paolo Carlini <pcarlini@unitus.it> | 2001-12-31 11:22:00 +0100 |
|---|---|---|
| committer | Paolo Carlini <paolo@gcc.gnu.org> | 2001-12-31 10:22:00 +0000 |
| commit | e538847e1c56a0d6a8bbdea61d70a81bf958e78d (patch) | |
| tree | 871cd9717a14c7d5be85ce430dca244f66806ebd /libstdc++-v3/src | |
| parent | a2ee91448039c4df6e463daa818af56035ab00f2 (diff) | |
| download | gcc-e538847e1c56a0d6a8bbdea61d70a81bf958e78d.tar.gz gcc-e538847e1c56a0d6a8bbdea61d70a81bf958e78d.tar.bz2 gcc-e538847e1c56a0d6a8bbdea61d70a81bf958e78d.zip | |
hash_map: Move into __gnu_cxx, tweak, add using declarations.
2001-12-31 Paolo Carlini <pcarlini@unitus.it>
* include/ext/hash_map: Move into __gnu_cxx,
tweak, add using declarations.
* include/ext/hash_set: Ditto.
* include/ext/ropeimpl.h: Ditto.
* include/ext/stl_hash_fun.h: Ditto.
* include/ext/stl_hashtable.h: Ditto.
* include/ext/stl_rope.h: Ditto.
* src/ext-inst.cc: Tweak.
* testsuite/ext/rope.cc: Tweak.
From-SVN: r48422
Diffstat (limited to 'libstdc++-v3/src')
| -rw-r--r-- | libstdc++-v3/src/ext-inst.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/src/ext-inst.cc b/libstdc++-v3/src/ext-inst.cc index 34cd4e6a9fd..21b98c8ee6a 100644 --- a/libstdc++-v3/src/ext-inst.cc +++ b/libstdc++-v3/src/ext-inst.cc @@ -35,5 +35,6 @@ namespace std { - template const unsigned long rope<char, std::allocator<char> >::_S_min_len; + template + const unsigned long __gnu_cxx::rope<char, std::allocator<char> >::_S_min_len; } // namespace std |
