mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
6fc08e9c9f
236 changed files with 14093 additions and 16593 deletions
|
@ -27,7 +27,12 @@ class plugin_manager {
|
|||
ptr_vector<Plugin> m_plugins;
|
||||
public:
|
||||
~plugin_manager() {
|
||||
reset();
|
||||
}
|
||||
|
||||
void reset() {
|
||||
std::for_each(m_plugins.begin(), m_plugins.end(), delete_proc<Plugin>());
|
||||
release();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue