summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_solver_bitblast.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bv_solver_bitblast.cpp')
-rw-r--r--src/theory/bv/bv_solver_bitblast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/bv/bv_solver_bitblast.cpp b/src/theory/bv/bv_solver_bitblast.cpp
index a9d46f068..ecf2bafb6 100644
--- a/src/theory/bv/bv_solver_bitblast.cpp
+++ b/src/theory/bv/bv_solver_bitblast.cpp
@@ -261,7 +261,7 @@ Node BVSolverBitblast::getValue(TNode node)
nb << cur.getOperator();
}
- std::unordered_map<Node, Node, NodeHashFunction>::iterator iit;
+ std::unordered_map<Node, Node>::iterator iit;
for (const TNode& child : cur)
{
iit = d_modelCache.find(child);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback