3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 04:56:03 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-07-16 18:51:01 +02:00
parent 55f54b4fdc
commit 8c67e958ff
3 changed files with 335 additions and 326 deletions

View file

@ -52,7 +52,7 @@ namespace sat {
void collect_statistics(statistics & st) const;
void reset_statistics();
void dec(unsigned c) { m_counter -= c; }
inline void dec(unsigned c) { m_counter -= c; }
};
};