Commit 3b8fd08f by Benjamin Kosnik Committed by Benjamin Kosnik

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
parent 37bb2709
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> 2001-06-05 Benjamin Kosnik <bkoz@redhat.com>
libstdc++/3045 libstdc++/3045
......
...@@ -46,6 +46,7 @@ namespace std ...@@ -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 S::size_type S::_Rep::_S_max_size;
template S operator+(const C*, const S&); template S operator+(const C*, const S&);
template S operator+(C, const S&); template S operator+(C, const S&);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment