summaryrefslogtreecommitdiff
path: root/src/util/Assert.i
blob: b43c36520eaa782d65c98b88b3629f27b488d23a (plain)
1
2
3
4
5
6
7
8
%{
#include "util/Assert.h"
%}

%rename(CVC4IllegalArgumentException) CVC4::IllegalArgumentException;
%ignore CVC4::InternalErrorException::InternalErrorException(const char*, const char*, unsigned, const char*, ...);

%include "util/Assert.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback