This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: moneypunct problem with egcs 1.1.2 and libstdc++-2.90.4
- To: Benjamin Kosnik <bkoz@cygnus.com>
- Subject: Re: moneypunct problem with egcs 1.1.2 and libstdc++-2.90.4
- From: Jason Merrill <jason@cygnus.com>
- Date: 29 Mar 1999 13:22:32 -0800
- Cc: joel reed <joelreed@yahoo.com>, libstdc++@sourceware.cygnus.com
- References: <Pine.LNX.3.96.990329124421.31249A-100000@loony.cygnus.com>
>>>>> Benjamin Kosnik <bkoz@cygnus.com> writes:
> What can I use to reproduce your problem? Making things consistent is a
> good reason for a change, however I'm not certain of the problem. Can
> you post specifics?
It sounds like a compiler bug to me. I'd appreciate a self-contained
testcase.
> It might make more sense to add an "inherited" typedef section (much as
> basic_istream does with types inherited from basic_ios) for the pattern
> type.
This shouldn't be necessary for non-template bases.
Jason