string-inst.cc (string::_Rep::_S_terminal): Add static data member instantiations.
2001-12-03 Benjamin Kosnik <bkoz@redhat.com> * src/string-inst.cc (string::_Rep::_S_terminal): Add static data member instantiations. From-SVN: r47586
This commit is contained in:
parent
be18831b8d
commit
3acc0e7632
@ -1,3 +1,8 @@
|
|||||||
|
2001-12-03 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
|
* src/string-inst.cc (string::_Rep::_S_terminal): Add static data
|
||||||
|
member instantiations.
|
||||||
|
|
||||||
2001-12-03 Steve Ellcey <sje@cup.hp.com>
|
2001-12-03 Steve Ellcey <sje@cup.hp.com>
|
||||||
|
|
||||||
* libstdc++-v3/configure.in: Add support for hpux cross compiles,
|
* libstdc++-v3/configure.in: Add support for hpux cross compiles,
|
||||||
|
@ -46,6 +46,7 @@ namespace std
|
|||||||
typedef basic_string<C> S;
|
typedef basic_string<C> S;
|
||||||
|
|
||||||
template class basic_string<C>;
|
template class basic_string<C>;
|
||||||
|
template const C S::_Rep::_S_terminal;
|
||||||
template S::size_type S::_Rep::_S_max_size;
|
template S::size_type S::_Rep::_S_max_size;
|
||||||
|
|
||||||
template S operator+(const C*, const S&);
|
template S operator+(const C*, const S&);
|
||||||
|
Loading…
Reference in New Issue
Block a user