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
This commit is contained in:
David Edelsohn 2000-11-08 20:00:36 +00:00 committed by David Edelsohn
parent 37ac3c7f14
commit 02a480f137
2 changed files with 16 additions and 5 deletions

View 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.

View 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 &);
template
locale::facet**
fill_n<locale::facet**, unsigned long, locale::facet*>
(locale::facet**, unsigned long, locale::facet* const &);
} //std