etl
34cbc538
- unaligned types: use unsigned storage type (#614)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
unaligned types: use unsigned storage type (#614) This saves one static_cast when copying from storage to value, and prevents unintended sign-extension when extracting raw data.
References
#614 - unaligned types: match the signedness of the storage type with the template type
Author
benedekkupper
Parents
79675217
Loading