3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-06 14:13:23 +00:00
This commit is contained in:
Nikolaj Bjorner 2016-01-27 14:47:24 -08:00
commit 512aa0e8d3

View file

@ -46,11 +46,6 @@ public:
out_of_memory_error(); out_of_memory_error();
}; };
class exceeded_memory_allocations : public z3_error {
public:
exceeded_memory_allocations();
};
class memory { class memory {
public: public:
static bool is_out_of_memory(); static bool is_out_of_memory();