mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
dealing with compilers that don't take typename in non-template classes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2800049dd4
commit
0708ecb543
9 changed files with 59 additions and 417 deletions
|
@ -1392,8 +1392,8 @@ namespace smt {
|
|||
ast_manager& m;
|
||||
theory_pb& th;
|
||||
pb_util pb;
|
||||
typedef smt::literal literal;
|
||||
typedef smt::literal_vector literal_vector;
|
||||
typedef smt::literal pliteral;
|
||||
typedef smt::literal_vector pliteral_vector;
|
||||
|
||||
psort_expr(context& c, theory_pb& th):
|
||||
ctx(c),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue