instantiate it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37106
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
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&);