summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager_template.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-08-01 19:10:47 -0500
committerGitHub <noreply@github.com>2018-08-01 19:10:47 -0500
commit7b815181bfd58100478970f52b80461638fd42a8 (patch)
tree89d21d0ef97781eacb1a49c656db25d9946b031a /src/expr/expr_manager_template.h
parent113e7001e03ec7d1c2b79e0bb2cc9b762519bc22 (diff)
Fix issues with printing parametric datatypes in smt2 (#2213)
Diffstat (limited to 'src/expr/expr_manager_template.h')
-rw-r--r--src/expr/expr_manager_template.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/expr/expr_manager_template.h b/src/expr/expr_manager_template.h
index f211aa4c8..a9cdfc587 100644
--- a/src/expr/expr_manager_template.h
+++ b/src/expr/expr_manager_template.h
@@ -434,7 +434,8 @@ public:
/** Make a sort constructor from a name and arity. */
SortConstructorType mkSortConstructor(const std::string& name,
- size_t arity) const;
+ size_t arity,
+ uint32_t flags = SORT_FLAG_NONE) const;
/**
* Get the type of an expression.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback