This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: (patch) Workaround for gcc's float complex bug.
On Mon, Nov 22, 1999 at 08:09:01PM -0600, Mumit Khan wrote:
>On Mon, 22 Nov 1999, Chris Faylor wrote:
>> I think I'm coming in in the middle here. I don't know what macros
>> you're talking about or why you hate macros.
>
>You mean to tell me that you don't every posting in every mailing
>list ;-) Yeah, you're coming in the middle, sorry. See the archive
>(http://sourceware.cygnus.com/ml/libstdc++/), and search for my name
>in the last 3 days or so. It's only a handful of messages.
Yeah. If I'd waited about four seconds longer before sending the email,
I would have figured this out on my own. Sorry.
>The wchar_t specializations require WEOF, which doesn't exist for Cygwin
>yet, and I had to add a WEOF macro, which is a gross hack. I'd rather
>get this done via autoconf, but there are a few other issues to consider
>(eg., what is the appropriate value?). I'm hoping for some free time to
>spend some time looking at the wide character support for Cygwin, and
>hopefully we can get rid of it then. Chris, do you have any plans in this
>area?
I've heard rumblings that some customers have asked for true wide
character support for Windows targets but, so far, I'm not aware of
anything brewing on this front.
cgf