string-inst.cc (_Rep::_S_max_size): Add instantiation.
2001-06-06 Benjamin Kosnik <bkoz@redhat.com> * src/string-inst.cc (_Rep::_S_max_size): Add instantiation. From-SVN: r42943
This commit is contained in:
parent
37bb27091e
commit
3b8fd08f82
@ -1,3 +1,7 @@
|
||||
2001-06-06 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* src/string-inst.cc (_Rep::_S_max_size): Add instantiation.
|
||||
|
||||
2001-06-05 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
libstdc++/3045
|
||||
|
@ -46,6 +46,7 @@ namespace std
|
||||
typedef basic_string<C> S;
|
||||
|
||||
template class basic_string<C>;
|
||||
template S::size_type S::_Rep::_S_max_size;
|
||||
|
||||
template S operator+(const C*, const S&);
|
||||
template S operator+(C, const S&);
|
||||
|
Loading…
Reference in New Issue
Block a user