summaryrefslogtreecommitdiff
path: root/src/cvc4.i
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-08-07 23:24:07 -0700
committerGitHub <noreply@github.com>2018-08-07 23:24:07 -0700
commit047e75b485ad16a729083c210ba4064943d2e7c5 (patch)
treecbd0ac11a061cb6da426e44bd6684f6115fecc88 /src/cvc4.i
parent95e9918607ed879347bb250ecbaa3c5c557d71b4 (diff)
Require Swig 3 (#2283)
Removes some hacks due to Swig 2's incomplete C++11 support and adds checks for version 3 at configuration time as well as in swig.h
Diffstat (limited to 'src/cvc4.i')
-rw-r--r--src/cvc4.i8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cvc4.i b/src/cvc4.i
index bc5f5fdfe..c0112c9b0 100644
--- a/src/cvc4.i
+++ b/src/cvc4.i
@@ -1,11 +1,3 @@
-// We safely ignore some C++11 keywords that older versions of SWIG cannot
-// handle.
-#if SWIG_VERSION < 0x030000
-%define final %enddef
-%define override %enddef
-%define noexcept %enddef
-#endif
-
%import "bindings/swig.h"
%include "stdint.i"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback