This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH: Recent conversion to explicit instantiation model broke


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&);



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]