mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 20:37:22 +02:00
Update test_bit_floor
This commit is contained in:
@ -21,8 +21,8 @@ template<class T> void test_bit_floor( T x )
|
||||
else
|
||||
{
|
||||
BOOST_TEST( boost::core::has_single_bit( y ) );
|
||||
BOOST_TEST_LE( y, x );
|
||||
BOOST_TEST_GT( y, x >> 1 );
|
||||
BOOST_TEST_LE( +y, +x );
|
||||
BOOST_TEST_GT( +y, x >> 1 );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user