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 29bc485 commit e2b4c87Copy full SHA for e2b4c87
cp-algo/math/sieve.hpp
@@ -68,8 +68,8 @@ namespace cp_algo::math {
68
std::ranges::upper_bound(base_primes, sqrt_threshold)
69
);
70
71
- inline std::span<uint32_t const> medium_primes = sqrt_primes;
72
- inline std::vector<wheel_t> wheels;
+ std::span<uint32_t const> medium_primes = sqrt_primes;
+ std::vector<wheel_t> wheels;
73
74
void gen_wheels();
75
0 commit comments