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: --std vs __intN


> Seems like a lot. Since gcc only supports 2's complement, min is -max-1 
> for signed type and 0 for unsigned, it doesn't need a macro. Etc. But I 
> agree that's a detail.

They're defined that way, just like all the other stdint types, but
they're still defined.

> Yes. That's my point, it may be better to change a couple minor things in 
> the testsuite instead of making something too complicated in the library.

Ah, ok.


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