This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: bitset ctor multiply defined
- To: libstdc++@sourceware.cygnus.com
- Subject: Re: bitset ctor multiply defined
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Mon, 7 Jun 1999 13:50:48 -0700 (PDT)
> Basically, bits/std_bitset.h is trying to declare multiple ctors, all
> taking a string, with varying default parameters. The one on line 652
> is always present, with another one around line 679 showing up inside
> the #ifdef's. They are both being defined, not just declared.
>
> Do we have any kind of feedback into SGI's implementation?
I wish. For a while, Matt was on this list, and he may still lurk, but I
don't know the exact status. If he hasn't responded by now, I'd say the
answer is no. :(
You can try emailing him directly, with a patch against the latest SGI
release (not v-3 because some of the files have different names) and
cc'ing comp.lang.c++.moderated: austern@sgi.com is his email.
In anycase, post the patch and I'll check it into v-3.
thanks,
Benjamin