This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bitset ctor multiply defined



> 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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]