mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 10:14:42 +00:00
integrate lambda expressions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bf4edef761
commit
520ce9a5ee
139 changed files with 2243 additions and 1506 deletions
|
@ -58,6 +58,8 @@ public:
|
|||
return m_fid2plugins.get(fid, 0);
|
||||
}
|
||||
|
||||
ptr_vector<Plugin> const& plugins() const { return m_plugins; }
|
||||
|
||||
typename ptr_vector<Plugin>::const_iterator begin() const {
|
||||
return m_plugins.begin();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue