Commit 02a480f1 by David Edelsohn Committed by David Edelsohn

locale-inst.cc: Add explicit instantiations of _M_fill_insert and fill_n<..., unsigned long,...> .

        * src/locale-inst.cc: Add explicit instantiations of
        _M_fill_insert and fill_n<..., unsigned long,...> .

From-SVN: r37324
parent 37ac3c7f
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> 2000-11-06 Gabriel Dos Reis <gdr@codesourcery.com>
* include/bits/std_complex.h (conj): Undo double removal. * include/bits/std_complex.h (conj): Undo double removal.
......
...@@ -194,6 +194,12 @@ namespace std { ...@@ -194,6 +194,12 @@ namespace std {
vec_pfacet:: vec_pfacet::
insert(vec_pfacet::iterator, vec_pfacet::size_type, insert(vec_pfacet::iterator, vec_pfacet::size_type,
const vec_pfacet::value_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 istreambuf_iterator<char, char_traits<char> > istreambuf_iter;
typedef ostreambuf_iterator<char, char_traits<char> > ostreambuf_iter; typedef ostreambuf_iterator<char, char_traits<char> > ostreambuf_iter;
...@@ -292,10 +298,10 @@ namespace std { ...@@ -292,10 +298,10 @@ namespace std {
fill_n<locale::facet**, unsigned int, locale::facet*> fill_n<locale::facet**, unsigned int, locale::facet*>
(locale::facet**, unsigned int, locale::facet* const &); (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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment