April 2025 postsC++The correct way to do type punning in C++ - The second actLast time, I wrote about type-punning in C++ and how C++20's std::bit_cast can help you. Today, I want to discuss a different reason for type-punning where std::bit_cast might not [...]