Fix sign conversion error

This commit is contained in:
Jacques Lucke 2020-07-07 09:01:01 +02:00
parent e233ee1c1f
commit 955abbeff2

@ -405,7 +405,7 @@ TEST(set, IntrusiveIntKey)
struct MyKeyType {
uint32_t key;
uint32_t attached_data;
int32_t attached_data;
uint32_t hash() const
{