issues
search
boostorg
/
unordered
Boost.org unordered module
http://boost.org/libs/unordered
Boost Software License 1.0
63
stars
55
forks
source link
Fix sequential generator
#157
Closed
cmazakas
closed
2 years ago
cmazakas
commented
2 years ago
g
isn't
origin
so don't compare it to
INT_MAX
origin + 1
can potentially overflow so we remove it
opt into more idiomatic usage
BOOST_ASSERT_MSG()
g
isn'torigin
so don't compare it toINT_MAX
origin + 1
can potentially overflow so we remove itBOOST_ASSERT_MSG()