We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15662f commit 2ecb9feCopy full SHA for 2ecb9fe
1 file changed
cpp2rust/converter/converter.cpp
@@ -1643,7 +1643,7 @@ bool Converter::VisitIntegerLiteral(clang::IntegerLiteral *expr) {
1643
computed_expr_type_ = ComputedExprType::FreshValue;
1644
return false;
1645
}
1646
- StrCat(getIntegerLiteral(expr, Mapper::Map(expr->getType()) != "i32"));
+ StrCat(getIntegerLiteral(expr, false));
1647
1648
1649
0 commit comments