3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

Merge pull request #1705 from trinhmt/master

created pull from Trinh's seq solver
This commit is contained in:
Nikolaj Bjorner 2018-06-30 04:53:14 -07:00 committed by GitHub
commit 080bf79fe6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 1328 additions and 68 deletions

View file

@ -26,7 +26,7 @@ class obj_ref_map {
M& m;
obj_map<Key, Value> m_table;
public:
typedef typename obj_map<Key, Value> iterator;
typedef typename obj_map<Key, Value>::iterator iterator;
typedef Key key;
typedef Value value;
typedef typename obj_map<Key, Value>::key_data key_data;