This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Missing explicit instantiations in libstdc++ (was Re:Unreviewed
- From: Jason Merrill <jason at redhat dot com>
- To: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- Cc: bkoz at redhat dot com (Benjamin Kosnik), libstdc++ at gcc dot gnu dot org
- Date: Tue, 04 Dec 2001 01:30:41 +0000
- Subject: Re: Missing explicit instantiations in libstdc++ (was Re:Unreviewed
- References: <200112040024.fB40OMYl029545@hiauly1.hia.nrc.ca>
>>>>> "John" == John David Anglin <dave@hiauly1.hia.nrc.ca> writes:
>> This (the unsigned instantiation) should be implicitly instantiated from
> ^^^^^^^^^^
>> the test case in question, namely 22_locale/collate.cc. Apparently it is
>> not, for some reason.
<snip>
> I think this probably has something to do with instantiation on systems
> without weak support. Don't these systems require explicit
> instantiation?
Yes.
Jason