mirror of
https://github.com/Z3Prover/z3
synced 2025-11-29 16:59:52 +00:00
fix a few more warnings
This commit is contained in:
parent
d6ce9cce95
commit
e773e1e78d
4 changed files with 6 additions and 9 deletions
|
|
@ -36,7 +36,7 @@ Revision History:
|
|||
using namespace spacer;
|
||||
|
||||
namespace {
|
||||
struct index_lt_proc : public std::function<bool(app*, app *)> {
|
||||
struct index_lt_proc {
|
||||
arith_util m_arith;
|
||||
index_lt_proc(ast_manager &m) : m_arith(m) {}
|
||||
bool operator() (app *a, app *b) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue