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:
parent
37ac3c7f14
commit
02a480f137
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user