This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: V3 PATCH: Insert `typename' and `ios_base::' whererequired
- To: rth at redhat dot com
- Subject: Re: V3 PATCH: Insert `typename' and `ios_base::' whererequired
- From: Mark Mitchell <mark at codesourcery dot com>
- Date: Thu, 15 Feb 2001 21:47:53 -0800
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Organization: CodeSourcery, LLC
- References: <20010215194423Z.mitchell@codesourcery.com><20010215212115.F18831@redhat.com>
>>>>> "Richard" == Richard Henderson <rth@redhat.com> writes:
Richard> On Thu, Feb 15, 2001 at 07:44:23PM -0800, Mark Mitchell
Richard> wrote:
>> char_type __pads[__plen];
Richard> Do yall support
Richard> __extension__ char_type __pads[__plen];
Well, sort-of.
We do -- but when we do template instantiation we forget that
__extension__ was specified. So, in a template instantiation this
doesn't work. Fixing that is doable, but non-trivial.
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com