|
From: Luigi B. <lui...@gm...> - 2014-11-19 16:13:12
|
Nope, the first arg to boost::hash_combine must be a size_t. At this point I'd go for choosing the expected result based on the size of size_t. What do you think? On Wed, Nov 19, 2014 at 10:44 AM, Luigi Ballabio <lui...@gm...> wrote: > It looks like we crossed answers :) > > I'll check what happens using long instead of size_t. > |