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::' where required
- To: Mark Mitchell <mark at codesourcery dot com>
- Subject: Re: V3 PATCH: Insert `typename' and `ios_base::' where required
- From: Richard Henderson <rth at redhat dot com>
- Date: Thu, 15 Feb 2001 21:21:15 -0800
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- References: <20010215194423Z.mitchell@codesourcery.com>
On Thu, Feb 15, 2001 at 07:44:23PM -0800, Mark Mitchell wrote:
> char_type __pads[__plen];
Do yall support
__extension__ char_type __pads[__plen];
as we would in the C front end?
r~