Commit 6c86e31 1 parent 487a798 commit 6c86e31 Copy full SHA for 6c86e31
File tree 1 file changed +3
-2
lines changed
compiler/extensions/cpp/freemarker
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -664,7 +664,7 @@ ${I}break;</#if>
664
664
</#macro >
665
665
<#-- -->
666
666
void ${name} ::read(<#rt >
667
- ::zserio::BitStreamReader& in <#rt >
667
+ ::zserio::BitStreamReader&<# if fieldList?has_content > in</# if > <#rt >
668
668
<#if parameterArgs(true)?has_content >, ${parameterArgs(true)} </#if ><#rt >
669
669
, const allocator_type&<#if read_needs_allocator(compoundConstructorsData.fieldList) > allocator</#if >)
670
670
{
@@ -701,7 +701,8 @@ void ${name}::read(<#rt>
701
701
<#if isPackable && usedInPackedArray >
702
702
703
703
void ${name} ::read(<#rt >
704
- ${name} ::ZserioPackingContext& context, ::zserio::BitStreamReader& in<#rt >
704
+ ${name} ::ZserioPackingContext& context<#rt >
705
+ , ::zserio::BitStreamReader&<#if fieldList?has_content > in</#if ><#rt >
705
706
<#if parameterArgs(true)?has_content >, ${parameterArgs(true)} </#if ><#rt >
706
707
, const allocator_type&<#if read_needs_allocator(compoundConstructorsData.fieldList) > allocator</#if >)
707
708
{
You can’t perform that action at this time.
0 commit comments