3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 03:45:51 +00:00

add rec decl/def to ML #4563

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-07-04 15:38:23 -07:00
parent 62b9630c4b
commit 10d0404175
3 changed files with 25 additions and 4 deletions

View file

@ -16,8 +16,7 @@ Author:
Revision History:
--*/
#ifndef BIT_VECTOR_H_
#define BIT_VECTOR_H_
#pragma once
#include<string.h>
#include "util/debug.h"
@ -251,5 +250,4 @@ public:
}
};
#endif /* BIT_VECTOR_H_ */