google / emboss

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

Update set of supported alias-safe types #158

Closed EricRahm closed 1 month ago

EricRahm commented 1 month ago

Renames IsChar to IsAliasSafe, removes signed char as an alias safe type and adds in conditional support for std::byte as an anlias safe type if available.

Fixes: #116