mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
fix build
reference types are not part of C
This commit is contained in:
parent
807121aa03
commit
f4c500c519
5 changed files with 12 additions and 7 deletions
|
@ -25,7 +25,7 @@ namespace user_propagator {
|
|||
typedef std::function<void(void*, callback*)> push_eh_t;
|
||||
typedef std::function<void(void*, callback*, unsigned)> pop_eh_t;
|
||||
typedef std::function<void(void*, callback*, expr*)> created_eh_t;
|
||||
typedef std::function<void(void*, callback*, expr*&, unsigned&, lbool&)> decide_eh_t;
|
||||
typedef std::function<void(void*, callback*, expr**, unsigned*, lbool*)> decide_eh_t;
|
||||
|
||||
class plugin : public decl_plugin {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue