This commit fixes a bug related to a public header depending on a compiler flag....
authorTim King <taking@google.com>
Mon, 26 Oct 2015 19:21:42 +0000 (12:21 -0700)
committerTim King <taking@google.com>
Mon, 26 Oct 2015 19:48:53 +0000 (12:48 -0700)
commit0f66dd16f35eac64149919f0f4048b422345c5eb
treec37007e7e0b69ac6065f1928a29be54f648158b9
parent52b8d1508d91a2284c29e3fae02a22307e42a476
This commit fixes a bug related to a public header depending on a compiler flag. This resulted in user code seeing a different size for the SmtEngine class than what was compiled in the library. Proofs are enabled by default again. See cvc4.cs.nyu.edu/bugs/show_bug.cgi?id=688 for more information.
configure.ac
src/proof/proof.h
src/smt/options_handlers.h
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/smt/smt_engine_check_proof.cpp
src/smt/smt_engine_scope.h
src/theory/arith/constraint.cpp
src/theory/arith/constraint.h