summaryrefslogtreecommitdiff
path: root/src/theory/substitutions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/substitutions.cpp')
-rw-r--r--src/theory/substitutions.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/substitutions.cpp b/src/theory/substitutions.cpp
index 301cb8d60..caf7566b9 100644
--- a/src/theory/substitutions.cpp
+++ b/src/theory/substitutions.cpp
@@ -173,4 +173,9 @@ void SubstitutionMap::print(ostream& out) const {
}
}/* CVC4::theory namespace */
+
+std::ostream& operator<<(std::ostream& out, const theory::SubstitutionMap::iterator& i) {
+ return out << "[CDMap-iterator]";
+}
+
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback