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]

numeric_limits<char>::digits = 7 ?


Hi,

I want to use a bitset to store a double.

So I tried bitset< numeric_limits<char>::digits * sizeof(double) >.

Then I noticed, that numeric_limits<char>::digits is set to 7.
This is different from CHAR_BIT = 8 in <climits>.
What is the reason to use different values?

bye, Ralf

P.S:
machine is i686 Linux(debian)
gcc-3.0 from 2 days old CVS tree


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