google / emboss

Emboss is a tool for generating code that reads and writes binary data structures.
Apache License 2.0
71 stars 21 forks source link

Fix missing template parameters #151

Closed BenjaminLawson closed 3 months ago

BenjaminLawson commented 3 months ago

Fix missing template parameters in MaybeDo. The latest version of clang throws an error without this fix.