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:
Benjamin Kosnik 2001-06-06 08:49:10 +00:00 committed by Benjamin Kosnik
parent 37bb27091e
commit 3b8fd08f82
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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&);