diff options
author | Benjamin Kosnik <bkoz@purist.soma.redhat.com> | 2000-06-03 01:52:32 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-06-03 01:52:32 +0000 |
commit | cc4316b532c2a6b33013a2ad4bad0c4c5bdc521f (patch) | |
tree | 5e7f44da8c03f04b8e4fb1cd06ad37492ea7c1df /libstdc++-v3/src/string-inst.cc | |
parent | 3378216a502092b8b3259de6542056133efd3d39 (diff) | |
download | gcc-cc4316b532c2a6b33013a2ad4bad0c4c5bdc521f.tar.gz |
locale_facets.h: Tweak.
2000-06-02 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* bits/locale_facets.h: Tweak.
* src/locale.cc (codecvt<wchar_t>): Tweak.
* bits/locale_facets.h (_Format_cache): _S_ecks -> _S_x.
* bits/locale_facets.tcc (num_get<char>::_M_extract): Fix for hex.
* bits/basic_string.h: Move data member up.
* src/string-inst.cc: Fix instantiations.
* bits/string.tcc: Fix types.
From-SVN: r34371
Diffstat (limited to 'libstdc++-v3/src/string-inst.cc')
-rw-r--r-- | libstdc++-v3/src/string-inst.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/src/string-inst.cc b/libstdc++-v3/src/string-inst.cc index d50b1137e49..428d7baa62c 100644 --- a/libstdc++-v3/src/string-inst.cc +++ b/libstdc++-v3/src/string-inst.cc @@ -57,9 +57,9 @@ namespace std #ifdef MAIN template C S::_Rep::_S_terminal; - // XXX Fix me: 2000-04-18 g++ ICE. -// template S::size_type S::_S_max_size; -// template S::allocator_type::size_type S::S_empty_rep_storage[]; + template S::size_type S::_Rep::_S_max_size; + template S::size_type S::_S_empty_rep_storage[]; + template S::basic_string(S const&); template S::_Rep* S::_Rep::_S_create(size_t, S::allocator_type const&); template void S::_Rep::_M_destroy(S::allocator_type const&) throw(); |