Details | Compare with Previous | View Log
class A
{
public:
A(int nBits = ((int)0x8) | ((int)0x4) | ((int)0x2));
};