We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc63ca commit 0c62571Copy full SHA for 0c62571
libcxx/src/hash.cpp
@@ -56,7 +56,6 @@ inline void __check_for_overflow(size_t N) {
56
if (N > 0xFFFFFFFB)
57
std::__throw_overflow_error("__next_prime overflow");
58
} else {
59
- static_assert(sizeof(size_t) == 8);
60
if (N > 0xFFFFFFFFFFFFFFC5ull)
61
62
}
0 commit comments