summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/expr/expr_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/expr_template.h b/src/expr/expr_template.h
index c50e85ac2..e26e99ded 100644
--- a/src/expr/expr_template.h
+++ b/src/expr/expr_template.h
@@ -666,7 +666,7 @@ class CVC4_PUBLIC ExprSetDepth {
* The default depth to print, for ostreams that haven't yet had a
* setdepth() applied to them.
*/
- static const int s_defaultPrintDepth = 3;
+ static const int s_defaultPrintDepth = -1;
/**
* When this manipulator is used, the depth is stored here.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback