PATCH: Recent conversion to explicit instantiation model broke
benjamin kosnik
bkoz@localhost.localdomain
Thu Feb 8 12:36:00 GMT 2001
From: Benjamin Kosnik <bkoz@redhat.com>
X-Organization: Red Hat/Lower Haight <San Francisco, CA, USA>.
Return-Path: <bkoz@redhat.com>
X-URL: http://gcc.gnu.org/libstdc++
--text follows this line--
Hey Loren.
I've checked in a modified version of this patch that I think will
work, can you try it?
001-02-07 Loren J. Rittle <ljrittle@acm.org>
* src/locale-inst.cc (fill_n): Instantiate with size_t arguments.
template
locale::facet**
fill_n<locale::facet**, size_t, locale::facet*>
(locale::facet**, size_t, locale::facet* const&);
template
__normal_iterator<locale::facet**, vector<locale::facet*> >
fill_n(__normal_iterator<locale::facet**, vector<locale::facet*> >,
size_t, locale::facet* const&);
More information about the Libstdc++
mailing list