summaryrefslogtreecommitdiff
path: root/src/expr/expr_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_template.h')
-rw-r--r--src/expr/expr_template.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/expr/expr_template.h b/src/expr/expr_template.h
index 349795156..fee8e70db 100644
--- a/src/expr/expr_template.h
+++ b/src/expr/expr_template.h
@@ -83,7 +83,10 @@ public:
std::string toString() const;
friend class ExprManager;
-};
+};/* class TypeCheckingException */
+
+std::ostream& operator<<(std::ostream& out,
+ const TypeCheckingException& e) CVC4_PUBLIC;
/**
* Class encapsulating CVC4 expressions and methods for constructing new
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback