summaryrefslogtreecommitdiffstats
path: root/src/common/bit_cast.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common/bit_cast: Add function matching std::bit_cast without constexprReinUsesLisp2020-11-201-0/+22
Add a std::bit_cast-like function archiving the same runtime results as the standard function, without compile time support. This allows us to use bit_cast while we wait for compiler support, it can be trivially replaced in the future.