Skip to content

v2024.0718.173957

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 17:39
· 48 commits to master since this release
d048c8c
Update set of supported alias-safe types (#158)

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