#include #include using namespace std; int main() { bool a = 0x03; bitset<8> x(a); cout<
C++11, §3.9.1/6:
Values of type bool are either true or false. [...]