Commit 3f2e605d authored by ReinUsesLisp's avatar ReinUsesLisp
Browse files

common/bit_cast: Add function matching std::bit_cast without constexpr

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.
parent 6971d088
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment