This commit updates the line numbers in templates to address warnings
due to wrong line numbers.
${getConst_instantiations}
-#line 609 "${template}"
+#line 625 "${template}"
inline size_t ExprHashFunction::operator()(CVC4::Expr e) const {
return (size_t) e.getId();
switch (typeConstant)
{
${type_constant_to_theory_id}
-#line 94 "${template}"
+#line 96 "${template}"
case LAST_TYPE: break;
}
throw IllegalArgumentException(
enum CVC4_PUBLIC TypeConstant
{
${type_constant_list}
-#line 71 "${template}"
+#line 72 "${template}"
LAST_TYPE
}; /* enum TypeConstant */