diff --git a/test/unordered/mix_policy.cpp b/test/unordered/mix_policy.cpp index 15308a1f..57c0445b 100644 --- a/test/unordered/mix_policy.cpp +++ b/test/unordered/mix_policy.cpp @@ -11,7 +11,7 @@ template void test( SizeT x ) { if( x <= 4 ) { - BOOST_TEST_EQ( Policy::new_bucket_count( x ), 4 ); + BOOST_TEST_EQ( Policy::new_bucket_count( x ), 4u ); } else {