Skip to content

Commit 8535779

Browse files
committed
Update
1 parent e2b4c87 commit 8535779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cp-algo/math/sieve.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace cp_algo::math {
4848
uint32_t product = 1;
4949
};
5050

51-
inline auto make_wheel(std::vector<uint32_t> primes, uint32_t product) {
51+
auto make_wheel(std::vector<uint32_t> primes, uint32_t product) {
5252
assert(product % 64 == 0);
5353
wheel_t wheel;
5454
wheel.product = product;

0 commit comments

Comments
 (0)