Exemplo n.º 1
0
void TestClass::TestBitDistance()
{
	Bit bit;
	assert( 2 == bit.BitDistance(31, 14));
}