Merge branch 'hotfix/#587-fixed-iar-build-warnings-in-message_packet' into development

This commit is contained in:
John Wellbelove 2022-09-01 18:56:19 +01:00
commit cc9127ae4c

View File

@ -750,7 +750,7 @@ namespace etl
for t in range(1, n):
cog.out("T%s, " % t)
cog.outl("T%s>::value, int>::type>" % n)
cog.outl(" explicit message_packet(etl::imessage&& msg)")
cog.outl(" explicit message_packet(TMessage&& msg)")
cog.outl(" : data()")
cog.outl(" , valid(true)")
cog.outl(" {")