V3 PATCH: Insert `typename' and `ios_base::' whererequired

Mark Mitchell mark@codesourcery.com
Thu Feb 15 21:42:00 GMT 2001


>>>>> "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



More information about the Libstdc++ mailing list