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 e2b4c87 commit 8535779Copy full SHA for 8535779
cp-algo/math/sieve.hpp
@@ -48,7 +48,7 @@ namespace cp_algo::math {
48
uint32_t product = 1;
49
};
50
51
- inline auto make_wheel(std::vector<uint32_t> primes, uint32_t product) {
+ auto make_wheel(std::vector<uint32_t> primes, uint32_t product) {
52
assert(product % 64 == 0);
53
wheel_t wheel;
54
wheel.product = product;
0 commit comments