Fix signed conversion warnings.

This commit is contained in:
Daniel James
2016-09-30 09:25:44 +01:00
parent 3dfdb19bfd
commit b0ddb244be
8 changed files with 34 additions and 30 deletions
@@ -179,7 +179,7 @@ namespace boost
hash_float_combine(seed, part);
}
hash_float_combine(seed, exp);
hash_float_combine(seed, static_cast<std::size_t>(exp));
return seed;
}