3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-04 22:35:45 +00:00

update doctest

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-06-21 11:11:01 +02:00
parent 11a8ced769
commit 017680898a
3 changed files with 5 additions and 5 deletions

View file

@ -482,7 +482,7 @@ protected:
void * m_mark2_owner;
#endif
#if 1
#if 0
void inc_ref() {
SASSERT(m_ref_count < UINT_MAX);
m_ref_count ++;