]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* src/string-inst.cc (basic_string<C>::npos): Explicitly
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Oct 2000 21:28:44 +0000 (21:28 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Oct 2000 21:28:44 +0000 (21:28 +0000)
instantiate it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37106 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/src/string-inst.cc

index 1f526378cafdeb8367a316b95fd6dbb30685ee81..4c8773afdb2fcd35a3cd499bd718aaac0a76b125 100644 (file)
@@ -1,3 +1,8 @@
+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.
index b97ee3be7c80e8fc065d2308b309ae755dc0ffc4..a7dc153a099be3ffca68e2683b3aa9850840ff45 100644 (file)
@@ -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&);