mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-29 13:58:44 +08:00
Merge branch 'hotfix/#587-fixed-iar-build-warnings-in-message_packet' into development
This commit is contained in:
commit
cc9127ae4c
@ -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(" {")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user