diff --git a/src/kernel/expr_eq.h b/src/kernel/expr_eq.h index f2b480ea2..5a02036f6 100644 --- a/src/kernel/expr_eq.h +++ b/src/kernel/expr_eq.h @@ -19,10 +19,10 @@ struct id_expr_fn { The parameter N is a normalization function that can be used to normalize sub-expressions before comparing them. The hashcode of expressions is used to optimize the comparison when - parameter UseHash == true. We usually set UseHash to false when N + parameter UseHash == true. We should set UseHash to false when N is not the identity function. */ -template +template class expr_eq_fn { expr_cell_pair_set m_eq_visited; N m_norm;