Satisfy complaint

This line shouldn't _actually_ ever be reachable, but I can't fault the
compiler for not figuring that out.
This commit is contained in:
Chip Hogg
2022-03-10 23:50:33 +00:00
parent c8a44adee2
commit 6c73947fe0

View File

@@ -131,6 +131,8 @@ struct WheelFactorizer {
if (const auto k = first_factor_maybe(n, wheel + p)) { return *k; }
}
}
return n;
}
static constexpr bool is_prime(std::size_t n) {