summaryrefslogtreecommitdiff
path: root/src/theory/theory_traits_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_traits_template.h')
-rw-r--r--src/theory/theory_traits_template.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/theory/theory_traits_template.h b/src/theory/theory_traits_template.h
index 564864f19..9bd67dba6 100644
--- a/src/theory/theory_traits_template.h
+++ b/src/theory/theory_traits_template.h
@@ -42,8 +42,7 @@ struct TheoryConstructor {
${theory_constructors}
- default:
- Unhandled(id);
+default: Unhandled() << id;
}
}
};/* struct CVC4::theory::TheoryConstructor */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback