We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172ea4f commit 89b6646Copy full SHA for 89b6646
1 file changed
cpp2rust/converter/models/converter_refcount.cpp
@@ -1519,6 +1519,7 @@ bool ConverterRefCount::VisitCXXConstructExpr(clang::CXXConstructExpr *expr) {
1519
1520
bool ConverterRefCount::VisitImplicitValueInitExpr(
1521
clang::ImplicitValueInitExpr *expr) {
1522
+ PushConversionKind push(*this, ConversionKind::Unboxed);
1523
if (auto arr_ty = clang::dyn_cast<clang::ArrayType>(
1524
expr->getType()->getCanonicalTypeInternal().getTypePtr())) {
1525
if (clang::isa<clang::ConstantArrayType>(arr_ty)) {
0 commit comments