OSDN Git Service

2001-12-03 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Dec 2001 01:01:46 +0000 (01:01 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Dec 2001 01:01:46 +0000 (01:01 +0000)
* src/string-inst.cc (string::_Rep::_S_terminal): Add static data
member instantiations.

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

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

index 7e7967d..92626b7 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-03  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * src/string-inst.cc (string::_Rep::_S_terminal): Add static data
+       member instantiations.
+
 2001-12-03  Steve Ellcey  <sje@cup.hp.com>
 
         * libstdc++-v3/configure.in: Add support for hpux cross compiles,
index 05f6d54..21ae598 100644 (file)
@@ -46,6 +46,7 @@ namespace std
   typedef basic_string<C> S;
 
   template class basic_string<C>;
+  template const C S::_Rep::_S_terminal;
   template S::size_type S::_Rep::_S_max_size;
 
   template S operator+(const C*, const S&);