Commit cea1f697 by Mark Mitchell Committed by Mark Mitchell

string-inst.cc (basic_string<C>::npos): Explicitly instantiate it.

	* src/string-inst.cc (basic_string<C>::npos): Explicitly
	instantiate it.

From-SVN: r37106
parent 55d8cb78
2000-10-28 Mark Mitchell <mark@codesourcery.com>
* src/string-inst.cc (basic_string<C>::npos): Explicitly
instantiate it.
2000-10-26 Benjamin Kosnik <bkoz@redhat.com>
* include/c/bits/std_cmath.h: Fix double declarations in namespace std.
......
......@@ -48,6 +48,7 @@ namespace std
typedef basic_string<C> S;
template C S::_Rep::_S_terminal;
template const S::size_type S::npos;
template S::size_type S::_Rep::_S_max_size;
template S::size_type S::_S_empty_rep_storage[];
template S::_Rep* S::_Rep::_S_create(size_t, S::allocator_type const&);
......
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