mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
avoid a few str copies + symbol hiding
This commit is contained in:
parent
70ada9919e
commit
cd4b53500c
13 changed files with 22 additions and 33 deletions
|
@ -96,7 +96,7 @@ uint64_t prime_generator::operator()(unsigned idx) {
|
|||
return m_primes[idx];
|
||||
}
|
||||
|
||||
prime_generator g_prime_generator;
|
||||
static prime_generator g_prime_generator;
|
||||
|
||||
prime_iterator::prime_iterator(prime_generator * g):m_idx(0) {
|
||||
if (g == nullptr) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue