flintproject / Flint

A simulator for biological and physiological models
https://flintsimulator.org
MIT License
6 stars 3 forks source link

Use std::bit_cast where needed #29

Open tabe opened 2 years ago

tabe commented 2 years ago

... instead of reinterpret_cast, once we migrate C++20 or later. Reference: https://eel.is/c++draft/bit.cast