]> gcc.gnu.org Git - gcc.git/commitdiff
re PR libstdc++/8172 (undefined reference to operator+ for string)
authorBenjamin Kosnik <bkoz@redhat.com>
Sat, 2 Nov 2002 02:18:18 +0000 (02:18 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Sat, 2 Nov 2002 02:18:18 +0000 (02:18 +0000)
2002-11-01  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/8172
* src/string-inst.cc: Add instantiation.

From-SVN: r58738

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

index ef72d5ccc853548bdbaa2b7c2fec0c4cf356fdf6..67b4639865e33ddfc22964cbd6794341460b04b0 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-01  Benjamin Kosnik  <bkoz@redhat.com>
+
+       PR libstdc++/8172
+       * src/string-inst.cc: Add instantiation.
+
 2002-11-01  Benjamin Kosnik  <bkoz@redhat.com>
 
        PR libstdc++/7926
index e812aa0cfc28d3c2fa98b42b74120bd611ace1a7..3fcaf5132e7179db2d99657e5536e09d0bc3c22d 100644 (file)
@@ -22,7 +22,8 @@
 // As a special exception, you may use this file as part of a free software
 // library without restriction.  Specifically, if other files instantiate
 // templates or use macros or inline functions from this file, or you compile
-// this file and link it with other files to produce an executable, this// file does not by itself cause the resulting executable to be covered by
+// this file and link it with other files to produce an executable, this
+// file does not by itself cause the resulting executable to be covered by
 // the GNU General Public License.  This exception does not however
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
@@ -48,6 +49,7 @@ namespace std
   template class basic_string<C>;
   template S operator+(const C*, const S&);
   template S operator+(C, const S&);
+  template S operator+(const S&, const S&);
 } // namespace std
 
 namespace __gnu_cxx
This page took 0.072595 seconds and 5 git commands to generate.