We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent befd9d9 commit c781e85Copy full SHA for c781e85
compiler/extensions/cpp/freemarker/Union.cpp.ftl
@@ -701,7 +701,7 @@ void ${name}::read(<#rt>
701
<#if isPackable && usedInPackedArray>
702
703
void ${name}::read(<#rt>
704
-${name}::ZserioPackingContext&<#if uses_packing_context(fieldList)> context</#if><#rt>
+${name}::ZserioPackingContext&<#if fieldList?has_content> context</#if><#rt>
705
, ::zserio::BitStreamReader&<#if fieldList?has_content> in</#if><#rt>
706
<#if parameterArgs(true)?has_content>, ${parameterArgs(true)}</#if><#rt>
707
, const allocator_type&<#if read_needs_allocator(compoundConstructorsData.fieldList)> allocator</#if>)
0 commit comments