Avoid a warning under g++ 4.8

This commit is contained in:
Peter Dimov
2022-09-19 15:43:37 +03:00
parent 3ae0aea360
commit 9035aa5485

View File

@@ -201,7 +201,7 @@ int main()
BOOST_TEST_EQ( hv(0.0L), 0 );
BOOST_TEST_EQ( hv(-0.0L), 0 );
int const ldbits = sizeof( long double ) * CHAR_BIT;
std::size_t const ldbits = sizeof( long double ) * CHAR_BIT;
#if SIZE_MAX == 4294967295U