This is the mail archive of the libstdc++@gcc.gnu.org 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]
Other format: [Raw text]

Re: How to interpret __NEGATIVE_SIGN == "-" && __INT_N_SIGN_POSN== 0 ?!?


Andreas Schwab wrote:

but, then, what should we do with the "-" returned for
__NEGATIVE_SIGN??

It is ignored. (You could still need it for the other sign_posn settings.)

Ah, thanks! Therefore (I didn't tell you on purpose ;) in the current libstdc++-v3 we are already doing the right thing!

Paolo.


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