3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

stopwatch: fix debug build crash in sat solver

This commit is contained in:
Nuno Lopes 2019-02-21 16:38:48 +00:00
parent 6598aedbb2
commit bb7aa16223

View file

@ -50,6 +50,7 @@ public:
void reset() {
m_elapsed = duration_t::zero();
DEBUG_CODE(m_running = false;);
}
void start() {