Skip to content

Commit 44a2dd8

Browse files
0xGeorgiiaxic
authored andcommitted
Update CVC4::BitVector ctor call
1 parent 8b70108 commit 44a2dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsmtutil/CVC4Interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ CVC4::Expr CVC4Interface::toCVC4Expr(Expression const& _expr)
239239
m_context.mkExpr(
240240
CVC4::kind::EQUAL,
241241
m_context.mkExpr(CVC4::kind::BITVECTOR_EXTRACT, extractOp, arguments[0]),
242-
m_context.mkConst(CVC4::BitVector(1, size_t(0)))
242+
m_context.mkConst(CVC4::BitVector(1, uint64_t{0}))
243243
),
244244
nat,
245245
m_context.mkExpr(

0 commit comments

Comments
 (0)