forked from boostorg/container_hash
Take care of size_t -> int warnings under g++ 4.8
This commit is contained in:
@@ -301,7 +301,7 @@ namespace boost
|
|||||||
namespace hash_detail
|
namespace hash_detail
|
||||||
{
|
{
|
||||||
|
|
||||||
template<int Bits> struct hash_combine_impl
|
template<std::size_t Bits> struct hash_combine_impl
|
||||||
{
|
{
|
||||||
template <typename SizeT>
|
template <typename SizeT>
|
||||||
inline static SizeT fn(SizeT seed, SizeT value)
|
inline static SizeT fn(SizeT seed, SizeT value)
|
||||||
|
Reference in New Issue
Block a user