summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quant_bound_inference.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/quant_bound_inference.h')
-rw-r--r--src/theory/quantifiers/quant_bound_inference.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/quant_bound_inference.h b/src/theory/quantifiers/quant_bound_inference.h
index 0bcb5937a..55e7b0766 100644
--- a/src/theory/quantifiers/quant_bound_inference.h
+++ b/src/theory/quantifiers/quant_bound_inference.h
@@ -116,7 +116,7 @@ class QuantifiersBoundInference
/** Whether finite model finding is enabled */
bool d_isFmf;
/** may complete */
- std::unordered_map<TypeNode, bool, TypeNodeHashFunction> d_may_complete;
+ std::unordered_map<TypeNode, bool> d_may_complete;
/** The bounded integers module, which may help infer bounds */
BoundedIntegers* d_bint;
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback