summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-12-11 17:04:29 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2014-12-11 17:04:29 -0500
commit69c092f9e2ac6d9628f4de3e0038c1f021b3c7c6 (patch)
tree8e07794e8040d2ff65c9d4148c60a0f8dfb0f311 /src/util
parenta7b5b506a1b84b23bdb4263150590d15af8193fa (diff)
Minor fixes to language bindings. (Resolves #607.)
Diffstat (limited to 'src/util')
-rw-r--r--src/util/unsat_core.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/unsat_core.i b/src/util/unsat_core.i
index 060ee3300..c69dade8f 100644
--- a/src/util/unsat_core.i
+++ b/src/util/unsat_core.i
@@ -9,6 +9,8 @@
#endif /* SWIGJAVA */
%}
+%ignore CVC4::operator<<(std::ostream&, const UnsatCore&);
+
#ifdef SWIGJAVA
// Instead of UnsatCore::begin() and end(), create an
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback