From: Morgan Deters Date: Fri, 11 Apr 2014 00:06:31 +0000 (-0400) Subject: setType -> setOfType, resolves bug 556 X-Git-Tag: cvc5-1.0.0~6969 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=48653e7a5104479b91523afa449810a9cc2fd160;p=cvc5.git setType -> setOfType, resolves bug 556 --- diff --git a/src/cvc4.i b/src/cvc4.i index c0042b513..fcd5a8470 100644 --- a/src/cvc4.i +++ b/src/cvc4.i @@ -71,7 +71,7 @@ std::set CVC4::JavaInputStreamAdapter::s_adapters; %template(vectorString) std::vector< std::string >; %template(vectorPairStringType) std::vector< std::pair< std::string, CVC4::Type > >; %template(pairStringType) std::pair< std::string, CVC4::Type >; -%template(setType) std::set< CVC4::Type >; +%template(setOfType) std::set< CVC4::Type >; %template(hashmapExpr) std::hash_map< CVC4::Expr, CVC4::Expr, CVC4::ExprHashFunction >; // This is unfortunate, but seems to be necessary; if we leave NULL