Better name for CHAR_BIT?
Posted
by Potatoswatter
on Stack Overflow
See other posts from Stack Overflow
or by Potatoswatter
Published on 2010-04-22T06:59:17Z
Indexed on
2010/04/22
7:03 UTC
Read the original article
Hit count: 296
I was just checking an answer and realized that CHAR_BIT
isn't defined by headers as I'd expect, not even by #include <bitset>
, on newer GCC.
Do I really have to #include <climits>
just to get the "functionality" of CHAR_BIT
?
© Stack Overflow or respective owner