locale-inst.cc: Add explicit instantiations of _M_fill_insert and fill_n<..., unsigne...
authorDavid Edelsohn <edelsohn@gnu.org>
Wed, 8 Nov 2000 20:00:36 +0000 (20:00 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 8 Nov 2000 20:00:36 +0000 (15:00 -0500)
        * src/locale-inst.cc: Add explicit instantiations of
        _M_fill_insert and fill_n<..., unsigned long,...> .

From-SVN: r37324

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

index 7603efd5377ebeea2905940b59546e05811aa024..9991f0aa37a43c98e640347d57910723eaf0d7fb 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-08  David Edelsohn  <edelsohn@gnu.org>
+
+       * src/locale-inst.cc: Add explicit instantiations of
+       _M_fill_insert and fill_n<..., unsigned long,...> .
+
 2000-11-06  Gabriel Dos Reis  <gdr@codesourcery.com>
 
         * include/bits/std_complex.h (conj): Undo double removal.
index 290c468a8f6863163a42cdd1381ebe06f99c5c55..c762bd9e762fa27f7957ce9b41eb57ee7b6fd5f1 100644 (file)
@@ -194,6 +194,12 @@ namespace std {
     vec_pfacet::
     insert(vec_pfacet::iterator, vec_pfacet::size_type, 
           const vec_pfacet::value_type&);
+  template 
+    void 
+    vec_pfacet::
+    _M_fill_insert(vec_pfacet::iterator, vec_pfacet::size_type, 
+                  const vec_pfacet::value_type&);
+
 
   typedef istreambuf_iterator<char, char_traits<char> > istreambuf_iter;
   typedef ostreambuf_iterator<char, char_traits<char> > ostreambuf_iter;
@@ -292,10 +298,10 @@ namespace std {
     fill_n<locale::facet**, unsigned int, locale::facet*>
     (locale::facet**, unsigned int, locale::facet* const &);
 
-} //std
-
-
-
-
+  template 
+    locale::facet** 
+    fill_n<locale::facet**, unsigned long, locale::facet*>
+    (locale::facet**, unsigned long, locale::facet* const &);
 
+} //std